Browse Source

CI: Generate junit test report

merge-requests/130/head
Jonas Zohren 5 years ago
parent
commit
e7ce642258
  1. 6
      .gitlab-ci.yml

6
.gitlab-ci.yml

@ -56,11 +56,17 @@ test:sytest: @@ -56,11 +56,17 @@ test:sytest:
- "cd /"
script:
- "/bootstrap.sh conduit"
after_script:
- "perl ./sytest/tap-to-junit-xml.pl --input /logs/results.tap --output /sytest.xml"
artifacts:
when: always
paths:
- "/logs/**/*.log"
- "/logs/**/*.log.*"
- "/logs/results.tap"
- "/sytest.xml"
reports:
junit: "/sytest.xml"
# --------------------------------------------------------------------- #

Loading…
Cancel
Save