From 3d0d7673b5e1382fc1017b0d2efc277bf78f7b91 Mon Sep 17 00:00:00 2001
From: "Praetorius, Simon" <simon.praetorius@tu-dresden.de>
Date: Tue, 3 Jul 2018 17:52:54 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e4c7ad0..6509423d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,9 @@ cache:
   paths:
   - install/
 
+variables:
+  GIT_SUBMODULE_STRATEGY: recursive
+
 dune:git--gcc:
   image: mathiwr/dune:latest
   script:
-- 
GitLab