Loading .gitlab-ci.yml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,8 @@ check:rules:tests: - tests/functional/* - tests/functional/* artifacts: artifacts: when: always when: always paths: - tests/functional/report.xml reports: reports: junit: tests/functional/report.xml junit: tests/functional/report.xml Loading Loading
.gitlab-ci.yml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,8 @@ check:rules:tests: - tests/functional/* - tests/functional/* artifacts: artifacts: when: always when: always paths: - tests/functional/report.xml reports: reports: junit: tests/functional/report.xml junit: tests/functional/report.xml Loading