Skip to content

Commit b4d8907

Browse files
committed
Junit test results, report
1 parent 30ace1f commit b4d8907

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.gitlab-ci.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ test-code-8:
2929
- "ci_docker_run \"vm_base_intel:latest\" \"bc-java\" \"/workspace/bc-java/ci/test_8.sh\""
3030
artifacts:
3131
when: always
32-
paths:
33-
- "core/build/reports"
34-
- "prov/build/reports"
35-
- "pg/build/reports"
36-
- "pkix/build/reports"
37-
- "mail/build/reports"
38-
- "util/build/reports"
39-
- "tls/build/reports"
40-
- "mls/build/reports"
32+
reports:
33+
junit:
34+
- "core/build/test-results/**/*.xml"
35+
- "prov/build/test-results/**/*.xml"
36+
- "pg/build/test-results/**/*.xml"
37+
- "pkix/build/test-results/**/*.xml"
38+
- "mail/build/test-results/**/*.xml"
39+
- "util/build/test-results/**/*.xml"
40+
- "tls/build/test-results/**/*.xml"
41+
- "mls/build/test-results/**/*.xml"
4142

4243
test-code-11:
4344
stage: test

0 commit comments

Comments
 (0)