From b3e4c8ecc34c09547d8084610c9fb68f825acd8c Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 13 Jul 2021 15:50:05 +0200 Subject: [PATCH] Make CI fetch hypothetical submodules too --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5082014..c62afe1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + GIT_SUBMODULE_STRATEGY: recursive + pages: image: archlinux:latest interruptible: true