.gitlab-ci: add test data to artifacts

This commit is contained in:
Danny Robson 2018-07-19 12:35:37 +10:00
parent 0f9204b119
commit 289242fcbf

View File

@ -17,6 +17,8 @@ build:
- ninja
artifacts:
untracked: true
paths:
- test
test:
stage: test