From 5361ad82e1169177b26d6db6156cc5117b7afd11 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sat, 24 Mar 2018 12:16:51 +0100
Subject: [PATCH] CI needs submodules now

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8564be16..98ae47534 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ stages:
 
 variables:
   CPU_CORES: "10"
+  GIT_SUBMODULE_STRATEGY: recursive
 
 .template: &template
   stage: build
-- 
GitLab