diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69591bc..0e2a11e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ stages: default: image: registry.source.arknet.ch/fmorgner/turns/ci:latest + variables: + GIT_SUBMODULE_STRATEGY: recursive build-and-test: stage: build |
