CI: Always add artifacts
This commit is contained in:
parent
81890b6570
commit
ffd81f22b6
|
@ -48,6 +48,7 @@ test:
|
|||
artifacts:
|
||||
name: "${CI_JOB_NAME}_${CI_JOB_ID}"
|
||||
expire_in: 1 week
|
||||
when: always
|
||||
paths:
|
||||
- ./coverage/
|
||||
coverage: '/^\s*Lines:\s*(\d+(?:\.\d+)?%)/'
|
||||
|
|
Loading…
Reference in New Issue