Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 12, 2018
1 parent cf4f9c8 commit ee14adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber-selenium-grid/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pipeline {
// Run Maven build, skipping tests
stage('Build'){
steps {
sh "cd ${CONTEXT_DIR} && npm install"
sh "cd ${CONTEXT_DIR} && /opt/rh/rh-nodejs8/root/usr/bin/npm install"
}
}

Expand Down

0 comments on commit ee14adb

Please sign in to comment.