From bc5bb3033efcb8a17a7b49ba1cf79754121c1cb8 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 18 Jul 2023 11:14:24 +0100
Subject: [PATCH] investigating failing env suit full fat failure

---
 .gitlab-ci.yml                               | 2 +-
 tests/integration/full/full_test_env_suit.py | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fd41f6..2f03c11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -151,7 +151,7 @@ full_fat_depo:
     expire_in: 10 days
 
 full_fat_env_suit:
-  when: manual
+  when: always
   stage: full-fat
   extends: .before_script
   image: lb584/ews_coordinator:latest
diff --git a/tests/integration/full/full_test_env_suit.py b/tests/integration/full/full_test_env_suit.py
index 5ee8b8d..256df77 100644
--- a/tests/integration/full/full_test_env_suit.py
+++ b/tests/integration/full/full_test_env_suit.py
@@ -46,10 +46,10 @@ class FullTestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
 
     @staticmethod
     def run_env_pipeline():
-        IntegrationTestUtils.run_external_pipeline(BaseEnvSuitTestSuite.EnvSuitTestSuite.ENV_COMPONENT_NAME,
-                                                   IntegrationTestUtils.TEST_START_DATE,
-                                                   IntegrationTestUtils.EMAIL_CRED_PATH)
-
+        # IntegrationTestUtils.run_external_pipeline(BaseEnvSuitTestSuite.EnvSuitTestSuite.ENV_COMPONENT_NAME,
+        #                                            IntegrationTestUtils.TEST_START_DATE,
+        #                                            IntegrationTestUtils.EMAIL_CRED_PATH)
+        pass
 
 if __name__ == '__main__':
     _success: bool = IntegrationTestUtils.run_full_integration_test_pipeline(FullTestEnvSuit,
-- 
GitLab