From: David Woodhouse Date: Tue, 13 Apr 2021 08:20:47 +0000 (+0100) Subject: Fix CI artifact list for out-of-tree builds X-Git-Tag: v8.20~299 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5d2bbd7b9958e856cea0996ab81bcc0f7ded8dd8;p=users%2Fdwmw2%2Fopenconnect.git Fix CI artifact list for out-of-tree builds Signed-off-by: David Woodhouse --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de88c2f8..f3f981dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -269,7 +269,7 @@ Fedora/GnuTLS: expire_in: 1 week when: on_failure paths: - - tests/*.log + - build/tests/*.log Fedora/GnuTLS/clang: script: @@ -294,7 +294,7 @@ Fedora/GnuTLS/clang: expire_in: 1 week when: on_failure paths: - - tests/*.log + - build/tests/*.log Fedora/OpenSSL: script: @@ -322,7 +322,7 @@ Fedora/OpenSSL: expire_in: 1 week when: on_failure paths: - - tests/*.log + - build/tests/*.log Fedora/OpenSSL/clang: script: @@ -349,7 +349,7 @@ Fedora/OpenSSL/clang: expire_in: 1 week when: on_failure paths: - - tests/*.log + - build/tests/*.log Ubuntu18.04/GnuTLS: image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$UBUNTU_BUILD