diff --git a/cucumber-selenium-grid/Jenkinsfile b/cucumber-selenium-grid/Jenkinsfile index 21b4efad..404ffcdc 100644 --- a/cucumber-selenium-grid/Jenkinsfile +++ b/cucumber-selenium-grid/Jenkinsfile @@ -51,7 +51,9 @@ pipeline { // Run Maven build, skipping tests stage('Build'){ steps { - sh "cd ${CONTEXT_DIR} && /opt/rh/rh-nodejs8/root/usr/bin/npm install" + sh "cd ${CONTEXT_DIR}" + sh "echo $PATH" + sh "npm install" } }