From 2c47a7a84720123142bc290937e988a107ead7f4 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 15 Sep 2020 15:16:40 -0600 Subject: chore: fetch submodules manually --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3