Unverified Commit 0b88be5f authored by Roman Lacko's avatar Roman Lacko
Browse files

CI: Fix test report location

parent db0d79bc
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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