diff --git a/tests/integration/partial/run_test_suite.sh b/tests/integration/partial/run_test_suite.sh
index c360b60256a76eaa50d8ef7ab404ad500598b8d6..dd8f5d9afe5d345f7760185e8581dc8fc494fa44 100755
--- a/tests/integration/partial/run_test_suite.sh
+++ b/tests/integration/partial/run_test_suite.sh
@@ -15,7 +15,7 @@ met_processor=$PACKAGES_DIR/environmental_suitability
 plotting=$PACKAGES_DIR/plotting
 post_processing=$PACKAGES_DIR/post_processing
 source_gen=$PACKAGES_DIR/source_gen
-coordinator=$PACKAGES_DIR/coordinator/coordinator
+coordinator=$PACKAGES_DIR/coordinator
 coordinator_tests=$PACKAGES_DIR/coordinator/tests
 
 export PYTHONPATH=$PYTHONPATH:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests