From f8db5f707f9c7614fdf8bc807c8e8a7e691888fd Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Wed, 2 Aug 2023 14:34:16 +0100
Subject: [PATCH] adding a test for dimensions when masking landpoints

---
 .gitlab-ci.yml                        | 2 +-
 tests/integration/partial/test_epi.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fd41f6..e80fdcb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,7 @@ stages:
       - ls $PACKAGES_DIR
 
 half_fat_tests:
-  when: manual
+  when: always
   stage: half-fat
   extends: .before_script
   image: lb584/ews_coordinator:latest
diff --git a/tests/integration/partial/test_epi.py b/tests/integration/partial/test_epi.py
index 9a2b19d..6f1d85e 100644
--- a/tests/integration/partial/test_epi.py
+++ b/tests/integration/partial/test_epi.py
@@ -39,7 +39,7 @@ class TestEpi(BaseEpiTestSuite.EpiTestSuite):
     def write_temp_run_config_files():
         nowstring: str = IntegrationTestUtils.get_now_string()
         prefix: str = "temp_epi_" + nowstring
-        # prefix: str = ""
+        # prefix: str = "temp_epi"
 
         default_config = IntegrationTestUtils.DEFAULT_CONFIG_FILE_PATH
         default_config_dict: dict = IntegrationTestUtils.load_json_file(default_config)
-- 
GitLab