aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-26 23:28:46 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-26 23:28:46 +0200
commit8ea14be48c3fce44add60533904a77ccc80138f7 (patch)
tree0f446f43393edcf2b3a720908b6a8b1205d732bf
parenta7700e8a8fd649be43150f67c94fd02cf72b03a1 (diff)
downloadkernel-8ea14be48c3fce44add60533904a77ccc80138f7.tar.xz
kernel-8ea14be48c3fce44add60533904a77ccc80138f7.zip
ci: fix junit reports directory
-rw-r--r--.gitlab-ci.yml4
1 files 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: