From 776fac4281fbae2a6e5972ce7ce1c3990caa68e9 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Wed, 7 Jun 2017 19:01:14 -0700 Subject: [PATCH] Use a workaround of Gitlab issue 2148.wq --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5765127..092f920 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ image: alpine -variables: - GIT_SUBMODULE_STRATEGY: recursive +before_script: + - git submodule sync --recursive + - git submodule update --init --recursive stages: - build -- 2.31.1