From 2961c64789c1e3b45a7e708b07b416885bd16c7e Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 12 Jul 2024 10:51:45 +0100 Subject: [PATCH] more test work --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 346ab25..ac33be6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,8 +124,8 @@ full_fat_depo: --outdir ${TEST_WORKSPACE_DIR}/integration/full/ --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json --test_report_dir $CI_PROJECT_DIR/test_reports - --run_date_type $FULL_FAT_RUN_DATE_TYPE --custom_run_date $CUSTOM_RUN_DATE + --custom_dir_prefix "temp_depo_$RUN_TIME" full_fat_env_suit: when: manual @@ -141,7 +141,6 @@ full_fat_env_suit: --config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/env_suit_config_EastAfrica_fc_live.json --outdir ${TEST_WORKSPACE_DIR}/integration/full/ --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json - --run_date_type $FULL_FAT_RUN_DATE_TYPE --custom_run_date $CUSTOM_RUN_DATE full_fat_survey: @@ -158,8 +157,8 @@ full_fat_survey: --config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/survey_config_EastAfrica_fc_live.json --outdir ${TEST_WORKSPACE_DIR}/integration/full/ --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json - --run_date_type $FULL_FAT_RUN_DATE_TYPE --custom_run_date $CUSTOM_RUN_DATE + --custom_dir_prefix "temp_survey_$RUN_TIME" full_fat_advisory: when: manual -- GitLab