From e4942af90cd1f78747f25f85553623afae0bfecb Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 12 Jul 2024 11:23:03 +0100 Subject: [PATCH] more test work --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 267d220..e20f936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,12 +123,12 @@ full_fat_depo: --config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/depo_config_EastAfrica_fc_live.json --outdir ${TEST_WORKSPACE_DIR}/integration/full/ --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json - --test_report_dir ${TEST_WORKSPACE_DIR}/integration/full/temp_depo_2024-07-12_095208/ + --$CI_PROJECT_DIR/test_reports --custom_run_date $CUSTOM_RUN_DATE --custom_dir_prefix temp_depo_2024-07-12_095208 artifacts: paths: - - ${TEST_WORKSPACE_DIR}/integration/full/temp_depo_2024-07-12_095208/*.html + - $CI_PROJECT_DIR/test_reports expire_in: 10 days full_fat_env_suit: -- GitLab