From f8682d45b785e146fb41285695e1fb55703b8f4f Mon Sep 17 00:00:00 2001
From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de>
Date: Tue, 28 Jun 2022 00:37:13 +0200
Subject: [PATCH] run mvn verify on test stage

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c7adc2..c6b0812 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,7 +80,7 @@ test:
   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
+    - mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS -U clean verify
   artifacts:   
     reports:
       junit: target/surefire-reports/TEST-*.xml
-- 
GitLab