Commit 89190bc
Changed files (1)
.gitlab-ci.yml
@@ -20,6 +20,7 @@ rspec:
image: ruby:alpine
stage: test
script:
+ - apk add git
- gem install bundler -v '~> 2.0'
- bundle install
- bundle exec rspec