Test logs are especially useful when there are failures! Allow inspecting them to ease debugging of CI issues. Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23bb69e2..204e05ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,14 @@ before_script: .intree_template: artifacts: expire_in: 2 days + when: always paths: - logs .outoftree_template: artifacts: expire_in: 2 days + when: always paths: - build/logs -- 2.45.1