diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fd41f69c20401b67c248f700c57160985e2dc72..2f03c117bc3bebd7e30133ae1a1155664861958c 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 5ee8b8de10508982052001f13b6389416d71cea9..256df774ee295f60f1733cdfec2ee7c06485e6e5 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,