From cc03d971993f963e036a7bf7421c7d2bf45a4ae2 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 30 Jun 2025 20:14:38 +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 2b52525..ea05675 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ build: artifacts: paths: - target/surefire-reports/*.xml - - targert/ + - target/ - public/ except: - tags