From 82571f813f455ebe2a7996648aa68c6f4a05e141 Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Fri, 31 Aug 2018 18:53:21 -0400 Subject: [PATCH] [#4430] fix mochajs test command again --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ee2810173fe..25a194acff4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,7 +89,8 @@ jobs: case $CIRCLE_NODE_INDEX in $NODE_TESTS_CONTAINER) sleep 5 - /root/node_modules/mocha-phantomjs/bin/mocha-phantomjs http://localhost:5000/base/test/index.html + /root/project/node_modules/mocha-phantomjs/bin/mocha-phantomjs \ + http://localhost:5000/base/test/index.html ;; esac