.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
- ctest -vvv
artifacts:
paths:
- Testing/
when: on_failure
untracked: true