Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ workflow: - bundle install - bundle exec rake verify build install test:2.7: image: ruby:2.7 <<: *test_definition test:2.6: image: ruby:2.6 <<: *test_definition Loading @@ -22,10 +26,6 @@ test:2.5: image: ruby:2.5 <<: *test_definition test:2.4: image: ruby:2.4 <<: *test_definition deploy: stage: deploy script: Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ workflow: - bundle install - bundle exec rake verify build install test:2.7: image: ruby:2.7 <<: *test_definition test:2.6: image: ruby:2.6 <<: *test_definition Loading @@ -22,10 +26,6 @@ test:2.5: image: ruby:2.5 <<: *test_definition test:2.4: image: ruby:2.4 <<: *test_definition deploy: stage: deploy script: Loading