* .gitlab-ci.yml (alpine-gcc): Fix path for logs.
This commit is contained in:
parent
7d9fddadce
commit
7149e5a34d
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