From 907b8e949ec626a01cd992bce854726a8f6400ea Mon Sep 17 00:00:00 2001 From: Bruck Wubete Date: Tue, 21 Aug 2018 08:04:41 -0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " } }