diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-28 16:17:17 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-28 16:17:17 +0200 |
| commit | 9b276fb9623f1072d8e5a5af33d83e952d9ce9ce (patch) | |
| tree | 0f8124a4d62d47ee7bd08ea34bfd07be272a0a50 /.gitlab-ci.yml | |
| parent | a87d0290c557b56e0630fdb0813c0768a9a99569 (diff) | |
| download | turns-9b276fb9623f1072d8e5a5af33d83e952d9ce9ce.tar.xz turns-9b276fb9623f1072d8e5a5af33d83e952d9ce9ce.zip | |
ci: fix configuration
Diffstat (limited to '.gitlab-ci.yml')
| -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 |
