ci: use artifacts:reports feature of Gitlab CI

This commit is contained in:
He Yin Ling 2018-11-13 21:26:58 +08:00
parent 33cf0faac8
commit e98f4d2751

View file

@ -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"