* .gitlab-ci.yml (alpine-gcc): Fix path for logs.
This commit is contained in:
parent
6b88d6f35b
commit
c7201e4776
1 changed files with 2 additions and 1 deletions
|
|
@ -115,8 +115,9 @@ alpine-gcc:
|
|||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- tests/*/*.log
|
||||
- ./spot-*/_build/sub/tests/*/*.log
|
||||
- ./*.log
|
||||
- ./*.tar.gz
|
||||
|
||||
arch-clang:
|
||||
stage: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue