From b4d3625ed1c3129d394dcac8af5d338649178df8 Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Thu, 16 Jan 2020 14:32:25 +0100 Subject: [PATCH] Initialize required submodule for test stage --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aaef93c..d454c5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,5 +35,7 @@ build: test: stage: test + before_script: + - git submodule update --remote --recursive --init releng/org.fortiss.af3.target script: - mvn $MAVEN_CLI_OPTS test -- GitLab