From 51e515de9de2b444b0be65ffb028e3c6333e1123 Mon Sep 17 00:00:00 2001 From: Michael Kuron <mkuron@icp.uni-stuttgart.de> Date: Mon, 25 Jan 2021 18:05:43 +0100 Subject: [PATCH] Fix junit report upload to Gitlab --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9143b5eb1..8d5624e00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,7 +165,7 @@ pycodegen-integration: artifacts: when: always reports: - junit: "*/report.xml" + junit: pycodegen/*/report.xml # -------------------- Linter & Documentation -------------------------------------------------------------------------- -- GitLab