From 8ea14be48c3fce44add60533904a77ccc80138f7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 26 Jul 2026 23:28:46 +0200 Subject: ci: fix junit reports directory --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 373b6818..ca414a99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ test:bht: coverage_report: coverage_format: cobertura path: coverage/cobertura-coverage.xml - junit: build/bht-dbg/**/bht_results/*.xml + junit: build/bht/**/bht_results/*.xml needs: - job: build:bht parallel: @@ -74,7 +74,7 @@ test:bht-tsan: artifacts: expire_in: 24 hours reports: - junit: build/bht-tsan-dbg/**/bht_results/*.xml + junit: build/bht-tsan/**/bht_results/*.xml needs: - job: build:bht parallel: -- cgit v1.2.3