Skip to content

Commit 3351423

Browse files
committed
Added TestReports
1 parent da70886 commit 3351423

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ unit test:
2020
stage: test
2121
script:
2222
- py $LIB_PATH/test_plugin.py
23+
artifacts:
24+
reports:
25+
junit: Test/Report.xml
2326

2427
upload:
2528
stage: deploy

0 commit comments

Comments
 (0)