diff --git a/tests/integration/test_suites/epi_test_suite.py b/tests/integration/test_suites/epi_test_suite.py
index c2b08dd7799d620c13bc562c4b4c2a67f2a3ebb0..ee60bc62f8fda39d34b08e51dd6fc3f92e74c969 100644
--- a/tests/integration/test_suites/epi_test_suite.py
+++ b/tests/integration/test_suites/epi_test_suite.py
@@ -34,7 +34,7 @@ class BaseEpiTestSuite:
                                                  IntegrationTestUtils.TEST_JOB_DIR,
                                                  "EastAfrica",
                                                  "StemRust",
-                                                 "*psbeta0.004gamma0.00025alpha1.0")
+                                                 "*psbeta*gamma*alpha*")
 
             self.check_wildcard_exists_and_not_empty(alpha_beta_gamma_root, ".csv")
             self.check_wildcard_exists_and_not_empty(alpha_beta_gamma_root, "*comparison.png")
@@ -46,7 +46,7 @@ class BaseEpiTestSuite:
                                     IntegrationTestUtils.TEST_JOB_DIR,
                                     "EastAfrica",
                                     "StemRust",
-                                    "infections_temp_config_Epidemiology")
+                                    "infections_temp_epi_config_Epidemiology")
 
             self.check_wildcard_exists_and_not_empty(env_root, "*env.csv")
             self.check_wildcard_exists_and_not_empty(env_root, "*env.png")