diff --git a/conf.json b/conf.json
index 16b22f4..a93dba8 100644
--- a/conf.json
+++ b/conf.json
@@ -7,7 +7,7 @@
         "with": {
           "default": {
             "args": [
-              "./healthcheck",
+              "/tmp/repo-health-checker",
               "-root=.",
               "releaseCheck=false",
               "-releaseTag=h1",
@@ -20,8 +20,8 @@
             "procLimit": 50,
             "copyInDir": ".",
             "copyIn": {
-              "healthcheck": {
-                "src": "./../../../../../../build/healthcheck"
+              "/tmp/repo-health-checker": {
+                "src": "./../../../../../../build/repo-health-checker"
               }
             },
             "copyOut": ["stdout", "stderr"],