Skip to content

Commit 0d29368

Browse files
authored
ci: store junit xml results to GitLab job (#12493)
1 parent 96b4a11 commit 0d29368

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab/testrunner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
- pyenv global 3.12 3.8 3.9 3.10 3.11 3.13
99
- export _CI_DD_AGENT_URL=http://${HOST_IP}:8126/
1010
retry: 2
11+
artifacts:
12+
reports:
13+
junit: test-results/junit*.xml

0 commit comments

Comments
 (0)