From 26c0a4efa3466d717028018fea9030c8ecb6cfa5 Mon Sep 17 00:00:00 2001 From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de> Date: Mon, 27 Jun 2022 15:32:29 +0200 Subject: [PATCH] check out stylesheets for unit test --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 426fdd9..d4e7d22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,6 +73,8 @@ test: stage: test image: maven:3.8.3-jdk-8 script: + - git submodule update --recursive --init + - git -C src/main/webapp/tei-stylesheets/ checkout $TEI_STYLESHEETS_VERSION - mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS -U clean test artifacts: reports: -- GitLab