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 c229de0564
commit a27e0357b8

View File

@ -691,7 +691,9 @@ assign_test:
when: always
paths:
- $LOG_PATH
expire_in: 1 mos
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"