aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-06-11 19:49:46 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-06-15 10:08:43 +0200
commit11423980972f3c3f92ab6b08abde94e1a8d66ba4 (patch)
treecda7c98ef50ec491365195741261ebbb1553274c /.gitlab-ci.yml
parent04ce1cbebc8e45bda7c2ada79c917f5dfa9c6525 (diff)
downloadkernel-11423980972f3c3f92ab6b08abde94e1a8d66ba4.tar.xz
kernel-11423980972f3c3f92ab6b08abde94e1a8d66ba4.zip
bht: improve test resporting
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80219e1..7b0d2a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@ test:bht:
coverage_report:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
- junit: build/bht/**/junit.xml
+ junit: build/bht/**/bht_results/*.xml
license_check:
stage: .pre