diff --git a/tests/integration/test_epi.py b/tests/integration/test_epi.py
index 6822d2c61a7ccf2e745d2078203221c5e6ebc229..18d406d9c5879288bd4f2cc864b5a10743efac48 100644
--- a/tests/integration/test_epi.py
+++ b/tests/integration/test_epi.py
@@ -21,8 +21,8 @@ class TestEpi(unittest.TestCase):
     @staticmethod
     def write_temp_run_config_files():
         nowstring: str = IntegrationTestUtils.get_now_string()
-        # prefix: str = "temp_epi_" + nowstring
-        prefix: str = ""
+        prefix: str = "temp_epi_" + nowstring
+        # prefix: str = ""
 
         default_config = IntegrationTestUtils.DEFAULT_CONFIG_FILE_PATH
         default_config_dict: dict = IntegrationTestUtils.load_json_file(default_config)
diff --git a/tests/test_data/test_deployment/regions/EastAfrica/resources/coordinator/assets/example_env_suit_run.zip b/tests/test_data/test_deployment/regions/EastAfrica/resources/coordinator/assets/example_env_suit_run.zip
index 47fc3ded416d2d05e2f8957af0c5b3059902df27..6f44bffff4fe87608a28131d0f60e2e555667d8b 100644
Binary files a/tests/test_data/test_deployment/regions/EastAfrica/resources/coordinator/assets/example_env_suit_run.zip and b/tests/test_data/test_deployment/regions/EastAfrica/resources/coordinator/assets/example_env_suit_run.zip differ