diff options
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e2a11e..7d9f197 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,11 @@ stages: - build - coverage +variables: + GIT_SUBMODULE_STRATEGY: recursive + default: image: registry.source.arknet.ch/fmorgner/turns/ci:latest - variables: - GIT_SUBMODULE_STRATEGY: recursive build-and-test: stage: build |
