We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da70886 commit 3351423Copy full SHA for 3351423
1 file changed
.gitlab-ci.yml
@@ -20,6 +20,9 @@ unit test:
20
stage: test
21
script:
22
- py $LIB_PATH/test_plugin.py
23
+ artifacts:
24
+ reports:
25
+ junit: Test/Report.xml
26
27
upload:
28
stage: deploy
0 commit comments