update runner path
diff --git a/buildkite/pipelines/generate_pipeline.py b/buildkite/pipelines/generate_pipeline.py
index bfa91c8..7031ca5 100644
--- a/buildkite/pipelines/generate_pipeline.py
+++ b/buildkite/pipelines/generate_pipeline.py
@@ -30,7 +30,7 @@
      - \"os={2}\"""".format(label, "{0} --platform={1} {2} ".format(runner_command(platform), platform, http_config_flag(http_config)), platform)
 
 def runner_command(platform):
-    return "python3 runner.py"
+    return "python3 buildkite/pipelines/runner.py"
 
 def http_config_flag(http_config):
     if http_config is not None: