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 ef9eaddd88
commit ca7fa6f01a

View file

@ -824,6 +824,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"