From 578077837f5a1a64fce21e8172c616a7cc23fa98 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@hesge.ch>
Date: Tue, 24 Sep 2019 08:41:11 +0200
Subject: [PATCH] updated gitlabci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0902265..5a3b3cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
 image: omalaspinas/pandoc:latest
 
+variables:
+  GIT_SUBMODULE_STRATEGY: recursive
+
 before_script:
    ##
    ## Run ssh-agent (inside the build environment)
-- 
GitLab