Tell Gitlab to grab git submodules.
[open-adventure.git] / .gitlab-ci.yml
index 3ba0a21da31023beb66b43c3a6bde562bd8f7656..5765127ea48fafa3303055864d300bcfef82ec5f 100644 (file)
@@ -1,5 +1,8 @@
 image: alpine
 
+variables:
+  GIT_SUBMODULE_STRATEGY: recursive
+
 stages:
   - build
   - test