Loading .gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -45,13 +45,12 @@ test: - cd test - meson setup build - ninja -C build - build/criterion-test -Oxml:report.xml - build/criterion-test -Oxml:build/meson-logs/report.xml artifacts: when: always paths: - test/report.xml paths: build/meson-logs/report.xml reports: junit: test/report.xml junit: build/meson-logs/report.xml release: stage: release Loading Loading
.gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -45,13 +45,12 @@ test: - cd test - meson setup build - ninja -C build - build/criterion-test -Oxml:report.xml - build/criterion-test -Oxml:build/meson-logs/report.xml artifacts: when: always paths: - test/report.xml paths: build/meson-logs/report.xml reports: junit: test/report.xml junit: build/meson-logs/report.xml release: stage: release Loading