From ff5b8133b818c941e9a4fa4817fc5c4c38f0cfb5 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 17 May 2019 21:21:42 +0200 Subject: [PATCH] fetch also submodules --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f12c52ff2..55b3eed3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ variables: IMAGE: ubuntu:with-hermitcore + GIT_SUBMODULE_STRATEGY: normal stages: - prepare