Skip to content

Commit

Permalink
ci: Capture junit reports in GitLab CI
Browse files Browse the repository at this point in the history
The old pipeline used to rename the reports to distinguish between
different CI jobs.

Ticket: QA-814

Signed-off-by: Lluis Campos <[email protected]>
  • Loading branch information
lluiscampos committed Feb 24, 2025
1 parent 10a310e commit a3c4e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci-full-integration-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test:integration:$CI_NODE_INDEX:
when: always
paths:
- tests/mender_test_logs
- tests/results_full_integration.xml
- tests/report_full_integration.html
- tests/results.xml
- tests/report.html
reports:
junit: results_full_integration.xml
junit: results.xml

0 comments on commit a3c4e31

Please sign in to comment.