.gitlab-ci.yml in dri-0.3.0 vs .gitlab-ci.yml in dri-0.3.1
- old
+ new
@@ -43,5 +43,13 @@
rspec:
stage: test
extends: .job_base
script:
- bundle exec rspec --color
+
+rspec 3.0:
+ stage: test
+ extends: .job_base
+ image: ruby:3.0
+ script:
+ - bundle exec rspec --color
+