* .gitlab-ci.yml (alpine-gcc): Fix path for logs.

This commit is contained in:
Alexandre Duret-Lutz 2022-03-03 09:10:53 +01:00
parent 6b88d6f35b
commit c7201e4776

View file

@ -115,8 +115,9 @@ alpine-gcc:
artifacts:
when: always
paths:
- tests/*/*.log
- ./spot-*/_build/sub/tests/*/*.log
- ./*.log
- ./*.tar.gz
arch-clang:
stage: build