From f3ca57f77e2dd1f55cdbc1d4bd0783048940c870 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 22 Sep 2022 09:29:01 +0200
Subject: [PATCH] recursive update in ci

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01a1a018..fa692346 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ variables:
     GIT_STRATEGY: clone
     DOCKER_DRIVER: overlay2
     DOCKER_TLS_CERTDIR: ""
+    GIT_SUBMODULE_STRATEGY: recursive
 
 # prepare
 # ------------------------------------------------------------------------------------
-- 
GitLab