From 89f34d22a30100409b9ab6cc3f056f3a7e1b9b4b Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 12 Jul 2024 16:20:08 +0100 Subject: [PATCH] fixing tests --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c54011e..88dbc3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,6 +105,7 @@ half_fat_epi_tests: - python3 -m coverage html -d $CI_PROJECT_DIR/coverage - ls artifacts: + when: always paths: - $CI_PROJECT_DIR/coverage - $CI_PROJECT_DIR/test_reports @@ -128,6 +129,7 @@ full_fat_depo: --custom_run_date $CUSTOM_RUN_DATE --custom_dir_prefix temp_depo_$RUN_TIME artifacts: + when: always paths: - $CI_PROJECT_DIR/test_reports expire_in: 10 days @@ -150,6 +152,7 @@ full_fat_env_suit: --custom_run_date $CUSTOM_RUN_DATE --custom_dir_prefix temp_env_suit_$RUN_TIME artifacts: + when: always paths: - $CI_PROJECT_DIR/test_reports expire_in: 10 days @@ -172,6 +175,7 @@ full_fat_survey: --custom_run_date $CUSTOM_RUN_DATE --custom_dir_prefix temp_survey_$RUN_TIME artifacts: + when: always paths: - $CI_PROJECT_DIR/test_reports expire_in: 10 days @@ -265,6 +269,7 @@ full_fat_epi: --custom_run_date $CUSTOM_RUN_DATE --custom_dir_prefix temp_epi_$RUN_TIME artifacts: + when: always paths: - $CI_PROJECT_DIR/test_reports expire_in: 10 days -- GitLab