diff --git a/ci/bin/run.sh b/ci/bin/run.sh index 3edec5d..8b0f6e9 100755 --- a/ci/bin/run.sh +++ b/ci/bin/run.sh @@ -3,7 +3,7 @@ set -e set -x -trap 'kill $(jobs -p)' EXIT +trap 'sudo kill $(jobs -p)' EXIT #trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT export PATH="/usr/local/lib/nodejs/bin:${PATH}"