diff --git a/scripts/test.sh b/scripts/test.sh index a63afbb6..4003b9bc 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -4,5 +4,5 @@ rm -rf test_work mkdir test_work mkdir test_work/navigraph-test -source "${BASH_SOURCE%/*}/run_docker_cmd.sh" npm ci -source "${BASH_SOURCE%/*}/run_docker_cmd.sh" npm run jest \ No newline at end of file +bash ./scripts/run_docker_cmd.sh npm ci +bash ./scripts/run_docker_cmd.sh npm run jest \ No newline at end of file