From 333933b4f006666accbf17766249039663bcf242 Mon Sep 17 00:00:00 2001 From: Mathias Paulin <mathias.paulin@irit.fr> Date: Tue, 22 Feb 2022 07:56:16 +0100 Subject: [PATCH] [CI] add submodule init --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e526882..694e573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ image: stormirit/radium_dev:latest variables: GIT_STRATEGY: fetch GIT_CLEAN_FLAGS: -fdx -e Radium-Engine/ - + GIT_SUBMODULE_STRATEGY: recursive stages: - prepare -- GitLab