diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e80fdcb24bf4ea8997508ec55708dd06e4d61221..8fd41f69c20401b67c248f700c57160985e2dc72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,7 @@ stages:
       - ls $PACKAGES_DIR
 
 half_fat_tests:
-  when: always
+  when: manual
   stage: half-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..a911f39d6cf48cb7765822f31dd401ef02418a6f 100644
--- a/tests/integration/full/full_test_env_suit.py
+++ b/tests/integration/full/full_test_env_suit.py
@@ -21,7 +21,7 @@ class FullTestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
         if IntegrationTestUtils.TEST_OUT_PATH is None or not os.path.isdir(
                 IntegrationTestUtils.TEST_OUT_PATH):
             FullTestEnvSuit.write_temp_run_config_file()
-            FullTestEnvSuit.run_env_pipeline()
+            # FullTestEnvSuit.run_env_pipeline()
         else:
             print(f"output in {IntegrationTestUtils.TEST_OUT_PATH} already written, skipping rerun")
 
diff --git a/tests/integration/test_suites/env_suit_test_suite.py b/tests/integration/test_suites/env_suit_test_suite.py
index 54d7f2cbee9cd152d656367a1e96af329fab32d7..e21de97763de795e9a427431c2e3233cff53ec08 100644
--- a/tests/integration/test_suites/env_suit_test_suite.py
+++ b/tests/integration/test_suites/env_suit_test_suite.py
@@ -15,7 +15,7 @@ class BaseEnvSuitTestSuite:
         """
         ENV_COMPONENT_NAME = "Environment"
         """
-        the prefix of the directory created by thr Processor.py, e.g. DEPOSITION_2020-01-01
+        the prefix of the directory created by the Processor.py, e.g. DEPOSITION_2020-01-01
         """
         ENV_PROCESSOR_DIR = "ENVIRONMENT_2.0"