diff --git a/Jenkinsfile b/Jenkinsfile index 787be511..29312fcd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('Run tests') { steps { - sh 'rake tests' + sh 'bundle exec rake tests' } }