From 5bb6dea643fdd70d0774b385a4f897039816ec51 Mon Sep 17 00:00:00 2001
From: Alexander Diewald <diewald@fortiss.org>
Date: Thu, 16 Jan 2020 16:38:27 +0100
Subject: [PATCH] Testing: Checkout all available submodules for junit tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2701975..d91125a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,8 @@ build:
 test:
   stage: test
   before_script:
-    - git submodule update --remote --recursive --init releng/org.fortiss.af3.target
-    - git submodule update --remote --recursive --init tests/af3
+    - git submodule update --remote --recursive --init
+    #- git submodule update --remote --recursive --init releng/org.fortiss.af3.target
+    #- git submodule update --remote --recursive --init tests/af3
   script:
     - mvn $MAVEN_CLI_OPTS $MAVEN_TEST_OPTS -Duser.dir=/builds/$CI_PROJECT_PATH test
-- 
GitLab