From 47a67dfa062e0063ec5f25c3fe61692ff41f8732 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Wed, 24 Jan 2024 13:32:27 +0000
Subject: [PATCH] more test work

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 912299a..9da36d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,7 +195,7 @@ full_fat_survey:
       date=$(date '+%Y-%m-%d-%H%M');
       python3 full_test_survey.py 
       --config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
-      --outdir ${TEST_WORKSPACE_DIR}/integration/full/${date}
+      --outdir ${TEST_WORKSPACE_DIR}/integration/full/${date}/
       --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
       --run_date_type $FULL_FAT_RUN_DATE
       --custom_run_date $CUSTOM_RUN_DATE
-- 
GitLab