diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-15 15:18:03 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-15 15:18:03 -0600 |
| commit | 7abd35d02c5e099ad9cff0fa6d2925b41b413600 (patch) | |
| tree | c677f9546fa200e9d4cba26a67ba6664930e3896 | |
| parent | 2c47a7a84720123142bc290937e988a107ead7f4 (diff) | |
chore: install git
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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 |
