From a92cd4dfc48399de46bbe7e731bf92e9af53c7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 12 Sep 2018 18:53:44 +0200 Subject: [PATCH] CI: checkout submodules --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea075c75de..1b84a2034c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + GIT_SUBMODULE_STRATEGY: normal + build_binaries: stage: build script: -- GitLab