From 1a82ea03d33c316aa25ec344d87d730ec6e3038a Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@hesge.ch>
Date: Wed, 2 Oct 2019 09:23:51 +0200
Subject: [PATCH] updated ci

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

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