diff options
-rw-r--r-- | taskgraph.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/taskgraph.json b/taskgraph.json index 8ce3c1236..aa89eb097 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -17,7 +17,7 @@ "workerType": "b2gtest", "payload": { "image": "dklawren/webtools-bmo-bugzilla", - "command": ["/scripts/runtests.sh"], + "command": ["/runtests.sh"], "env": { "TEST_SUITE": "sanity" }, @@ -47,7 +47,7 @@ "workerType": "b2gtest", "payload": { "image": "dklawren/webtools-bmo-bugzilla", - "command": ["/scripts/runtests.sh"], + "command": ["/runtests.sh"], "env": { "TEST_SUITE": "docs" }, @@ -77,7 +77,7 @@ "workerType": "b2gtest", "payload": { "image": "dklawren/webtools-bmo-bugzilla", - "command": ["/scripts/runtests.sh"], + "command": ["/runtests.sh"], "env": { "TEST_SUITE": "webservices" }, @@ -112,7 +112,7 @@ "workerType": "b2gtest", "payload": { "image": "dklawren/webtools-bmo-bugzilla", - "command": ["/scripts/runtests.sh"], + "command": ["/runtests.sh"], "env": { "TEST_SUITE": "selenium" }, |