From d154f69fc01a993bf0928eb5e2c5b488b723027e Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Wed, 24 Jan 2024 12:39:22 +0000
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 8e6db79..11c38be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,7 @@ stages:
       - ls $PACKAGES_DIR
 
 half_fat_tests:
-  when: always
+  when: manual
   stage: half-fat
   extends: .before_script
   image: lb584/ews_coordinator_pip:gitlab
@@ -191,7 +191,7 @@ full_fat_survey:
   tags: ["ewas-production"]
   script:
     - >
-      cd $CI_PROJECT_DIR/tests/integration/full/
+      cd $CI_PROJECT_DIR/tests/integration/full/;
       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
-- 
GitLab