CI: Always add artifacts

This commit is contained in:
Igor Scheller 2018-08-30 13:33:16 +02:00
parent 81890b6570
commit ffd81f22b6
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ test:
artifacts: artifacts:
name: "${CI_JOB_NAME}_${CI_JOB_ID}" name: "${CI_JOB_NAME}_${CI_JOB_ID}"
expire_in: 1 week expire_in: 1 week
when: always
paths: paths:
- ./coverage/ - ./coverage/
coverage: '/^\s*Lines:\s*(\d+(?:\.\d+)?%)/' coverage: '/^\s*Lines:\s*(\d+(?:\.\d+)?%)/'