diff --git a/scripts/travis-bench.js b/scripts/travis-bench.js index e4da045642..5f04118545 100644 --- a/scripts/travis-bench.js +++ b/scripts/travis-bench.js @@ -59,7 +59,7 @@ const args = [ }, ])}`, `--server=http://${username}:${accessKey}@ondemand.saucelabs.com/wd/hub`, - `--custom=${process.cwd()}` + `--custom=${path.join(process.cwd(), '..')}` ]; let stdout;