Skip to content
Snippets Groups Projects
Commit 165cca32 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

gitlab-ci: save artifacacts on test failure too

The files are even more imporatant then
parent 11b3f0cd
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ test:smoke:one-output:
artifacts:
paths:
- output/*.log
when: always
test:smoke:two-outputs:
<<: *tags
......@@ -63,6 +64,7 @@ test:smoke:two-outputs:
artifacts:
paths:
- output/*.log
when: always
test:smoke:valgrind:
<<: *tags
......@@ -78,4 +80,5 @@ test:smoke:valgrind:
paths:
- vgdump
- output/*.log
when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment