ci: use artifacts:reports feature of Gitlab CI
This commit is contained in:
parent
33cf0faac8
commit
e98f4d2751
1 changed files with 2 additions and 0 deletions
|
@ -817,6 +817,8 @@ assign_test:
|
|||
paths:
|
||||
- $LOG_PATH
|
||||
expire_in: 1 week
|
||||
reports:
|
||||
junit: $LOG_PATH/*/XUNIT_RESULT.xml
|
||||
variables:
|
||||
TEST_FW_PATH: "$CI_PROJECT_DIR/tools/tiny-test-fw"
|
||||
TEST_CASE_PATH: "$CI_PROJECT_DIR/examples"
|
||||
|
|
Loading…
Reference in a new issue