Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line default: image: ruby:2.7 workflow: rules: # For merge requests, create a pipeline. Loading @@ -23,7 +26,6 @@ test:2.6: <<: *test_definition static-analysis: image: ruby:2.7 before_script: - bundle install script: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line default: image: ruby:2.7 workflow: rules: # For merge requests, create a pipeline. Loading @@ -23,7 +26,6 @@ test:2.6: <<: *test_definition static-analysis: image: ruby:2.7 before_script: - bundle install script: Loading