From 6dc837f1966549156d522f7ee70abe125b0de5d4 Mon Sep 17 00:00:00 2001
From: mmpe <mmpe@dtu.dk>
Date: Fri, 4 May 2018 09:04:40 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7cc1137a..6d8edf41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,9 @@ test_topfarm:  # name the job what we like
 
 
 # ===== TEST TOPFARM on Windows =====
-test_topfarm:  # name the job what we like
+test_topfarm_windows:  # name the job what we like
+  variables:
+    GIT_SUBMODULE_STRATEGY: normal
   stage:  # build, test, deploy defined by default [2]
     test
   script:
-- 
GitLab