diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c7adc2457c4f699b2f9e212d356448cd47debec..c6b081234e775608ee622b2a2e90447f58051109 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