Commit 89190bc

mo <mo.khan@gmail.com>
2019-07-23 19:27:54
install git
1 parent 198759a
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