Commit 198759a
Changed files (1)
.gitlab-ci.yml
@@ -20,5 +20,6 @@ rspec:
image: ruby:alpine
stage: test
script:
+ - gem install bundler -v '~> 2.0'
- bundle install
- bundle exec rspec