diff --git a/ci/bin/launch-server.sh b/ci/bin/launch-server.sh index 3c9e1bc..5d3b387 100755 --- a/ci/bin/launch-server.sh +++ b/ci/bin/launch-server.sh @@ -3,7 +3,8 @@ set -e set -x -echo "current PATH: ${PATH}" +export PATH="/usr/local/lib/nodejs/bin:${PATH}" +echo "current launch-server PATH: ${PATH}" : ${CI_BUILD_KEY:="local"} : ${TEMPLATE_CONFIG_FILE:=${1}}