.gitlab-ci: upload test artifacts on failure

This commit is contained in:
Danny Robson 2018-07-19 14:28:49 +10:00
parent 289242fcbf
commit 7058881a2d

View File

@ -29,5 +29,5 @@ test:
- cd build - cd build
- ctest -vvv - ctest -vvv
artifacts: artifacts:
paths: when: on_failure
- Testing/ untracked: true