From 6c32cf1c15399f6aff4f10d8b6e736d26e1ca898 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 1 Jul 2025 20:20:32 +0200 Subject: [PATCH] Fix typo in GitLab CI artifact path and include test report files in artifacts --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea05675..23dae76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build: - mkdir public - cp -rv docs/* public/ - mkdir public/apidocs - - cp -rv target/apidocs/* public/apidocs/ + - cp -rv target/apidocs public/ artifacts: paths: - target/surefire-reports/*.xml