Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 13, 2018
1 parent a26d043 commit dc50365
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 @@ -122,7 +122,7 @@ pipeline {

stage ('Run integration tests') {
steps {
sh "${CONTEXT_DIR}/integration-tests"
sh "cd ${CONTEXT_DIR}/integration-tests"
sh "/bin/bash -c 'npm install'"
sh "/bin/bash -c 'node ./node_modules/protractor/bin/protractor protractor-conf.js'"
// script {
Expand Down

0 comments on commit dc50365

Please sign in to comment.