Skip to content
Snippets Groups Projects

Fix junit report upload to Gitlab

Merged Michael Kuron requested to merge junit into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -165,7 +165,7 @@ pycodegen-integration:
@@ -165,7 +165,7 @@ pycodegen-integration:
artifacts:
artifacts:
when: always
when: always
reports:
reports:
junit: "*/report.xml"
junit: pycodegen/*/report.xml
# -------------------- Linter & Documentation --------------------------------------------------------------------------
# -------------------- Linter & Documentation --------------------------------------------------------------------------
Loading