From 902b16cc565c04a8c4e478048109e47517444c2e Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Wed, 24 Jan 2024 13:40:52 +0000
Subject: [PATCH] removing FULL_FAT_COPY_OUTPUT option, now writes the full fat
 output to a mounted dir by default

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd24e09..648fb66 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,7 +72,7 @@ stages:
       - ls $PACKAGES_DIR
 
 half_fat_tests:
-  when: manual
+  when: always
   stage: half-fat
   extends: .before_script
   image: lb584/ews_coordinator_pip:gitlab
@@ -152,7 +152,7 @@ full_fat_env_suit:
     expire_in: 10 days
 
 full_fat_survey:
-  when: always
+  when: manual
   stage: full-fat
   extends: .before_script
   image: lb584/ews_coordinator_pip:gitlab
-- 
GitLab