summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-15 15:18:03 -0600
committermo khan <mo.khan@gmail.com>2020-09-15 15:18:03 -0600
commit7abd35d02c5e099ad9cff0fa6d2925b41b413600 (patch)
treec677f9546fa200e9d4cba26a67ba6664930e3896 /.gitlab-ci.yml
parent2c47a7a84720123142bc290937e988a107ead7f4 (diff)
chore: install git
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ddba71..6e34173 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ e2e:
services:
- docker:stable-dind
script:
- - git submodule upate --init --recursive
- - apk add ruby ruby-bundler ruby-json
+ - apk add git ruby ruby-bundler ruby-json
+ - git submodule update --init --recursive
- bundle install
- bundle exec rspec