ci: Always generate artifacts from build jobs
They can be useful also when the job passes.
This commit is contained in:
parent
c20437bf48
commit
c1870bd284
|
@ -58,7 +58,7 @@ debian-bullseye:
|
||||||
- .ci-run-policy
|
- .ci-run-policy
|
||||||
stage: build-and-test
|
stage: build-and-test
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- build/meson-logs/
|
- build/meson-logs/
|
||||||
- build/test/piglit-results/
|
- build/test/piglit-results/
|
||||||
|
|
Loading…
Reference in New Issue