diff options
| -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 |
