From df4cf4201fff197ac878f6ba344c88037733146d Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 8 Mar 2020 21:32:29 +0100 Subject: [PATCH] fix build --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d8b2ee6..7c81b65a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ stages: before_script: - "git lfs install" - "git lfs pull" + - "git submodule sync --recursive" + - "git submodule update --init --recursive" build: stage: build