diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt b/theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
index 92eb0e7be55d1ef3d385d2e3c2f66d1a767e87e6..fb7facb29f2eeef39f82f3e4bb56ececa4dcb23f 100644
--- a/theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
+++ b/theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
@@ -25,7 +25,7 @@ class TheodoliteExecutor() {
                 ucDeploymentPath = path + "/aggregation-deployment.yaml",
                 ucServicePath = path + "/aggregation-service.yaml",
                 wgDeploymentPath = path + "/workloadGenerator.yaml",
-                configMapPath = path + "jmx-configmap",
+                configMapPath = path + "/jmx-configmap.yaml",
                 ucImageURL = "ghcr.io/cau-se/theodolite-uc1-kstreams-app:latest",
                 wgImageURL = "ghcr.io/cau-se/theodolite-uc1-workload-generator:theodolite-kotlin-latest"
             )