From f9c3f675c7c51feade73df50f2722fa8d5de9558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bobot?= <francois.bobot@cea.fr> Date: Wed, 29 Sep 2021 09:45:16 +0200 Subject: [PATCH] [CI] fetch submodule (dolmen) --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7e889a02..d9c52c317 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ stages: - test +variables: + GIT_SUBMODULE_STRATEGY: normal + .build-matrix: parallel: # https://docs.gitlab.com/ee/ci/yaml/README.html#parallel-matrix-jobs -- GitLab