diff --git a/Jenkinsfile b/Jenkinsfile index 52a9c505..c4c72315 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ volumes: [ stage('Test') { container('ruby') { - sh "bundle install && bundle exec rubocop && bundle exec rspec" + sh "bundle install && bundle exec rubocop && bundle exec rspec " } }