diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e111c..0ddba71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ variables: DOCKER_DRIVER: overlay2 GIT_DEPTH: "1" GIT_STRATEGY: fetch - GIT_SUBMODULE_STRATEGY: 'recursive' stages: - test @@ -13,6 +12,7 @@ e2e: services: - docker:stable-dind script: + - git submodule upate --init --recursive - apk add ruby ruby-bundler ruby-json - bundle install - bundle exec rspec |
