diff --git a/Jenkinsfile b/Jenkinsfile index 998b955f70..e61547070c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ node { stage ("install modules loopback service") { - sh "npm install ./services/loopback" + sh "cd ./services/loopback && npm install" } stage ("Stopping/Removing Docker")