From 4e2e258f04fc898cbdf49e7542193ede26a9851f Mon Sep 17 00:00:00 2001 From: Luca Berton Date: Mon, 26 Feb 2018 15:10:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml for submodule management --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cc478a..a77eca2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ # All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry image: registry.gitlab.com/pages/hugo:latest +variables: + GIT_SUBMODULE_STRATEGY: recursive + test: script: - hugo