diff --git a/scripts/travis-bench.js b/scripts/travis-bench.js index 5f04118545..e4da045642 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=${path.join(process.cwd(), '..')}` + `--custom=${process.cwd()}` ]; let stdout;