diff --git a/Jenkinsfile b/Jenkinsfile index 63c4baa..ca63cd3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,9 @@ pipeline { } } stage('Code Linting') { - sh 'bundle exec rubocop --format html --out rubocop.html' + steps { + sh 'bundle exec rubocop --format html --out rubocop.html' + } } stage('Run tests') { steps {