From 4a4f45341cdfb6b7cc6179260d2132fee2296531 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 30 Jun 2025 20:14:01 +0200 Subject: [PATCH] Fix typo in GitLab CI artifact path and include test report files in artifacts --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92eb327..2b52525 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,8 @@ build: - cp -rv target/apidocs/* public/apidocs/ artifacts: paths: - - target/ + - target/surefire-reports/*.xml + - targert/ - public/ except: - tags