From 6aa1ceeaa92480962b9dbcef39d3ad9917f06143 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 15 May 2020 17:27:59 +0100 Subject: [PATCH] Explicit submodules --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 739dfbd1..a0704f8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,8 @@ build: GIT_SUBMODULE_STRATEGY: recursive before_script: + - git submodule sync --recursive + - git submodule update --init --recursive - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python script: