From d6760921ec82b875b1968fad152d06e6c8ebab2f Mon Sep 17 00:00:00 2001 From: Matthias Betz <matthias.betz@hft-stuttgart.de> Date: Wed, 30 Sep 2020 15:57:53 +0200 Subject: [PATCH] fixing surefire report file location --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3d77f5..5c3b377 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,4 @@ build: when: always reports: junit: - - target/surefire-reports/TEST-*.xml + - */target/surefire-reports/TEST-*.xml -- GitLab