diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-15 15:16:40 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-15 15:16:40 -0600 |
| commit | 2c47a7a84720123142bc290937e988a107ead7f4 (patch) | |
| tree | 4b866b98956419ed53ff7f2412a7bc4329a173ee | |
| parent | 2e1fe0d15c8dc4e2ac4a15d945eacdd4a6557a39 (diff) | |
chore: fetch submodules manually
| -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 |
