]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: ubsan build: fixed artifacts path
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 22 Feb 2017 20:53:42 +0000 (21:53 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 23 Feb 2017 08:15:18 +0000 (09:15 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.gitlab-ci.yml

index 045f954af9af86d03a5a8d198e061d0e5b106627..c6b3524798778571cd69d225e4e4ca71811cfd08 100644 (file)
@@ -472,10 +472,10 @@ ubsan/Fedora/x86_64:
   artifacts:
     when: on_failure
     paths:
-      - build/guile/tests/*.log
-      - build/*.log
-      - build/tests/*.log
-      - build/tests/*/*.log
+      - guile/tests/*.log
+      - ./*.log
+      - tests/*.log
+      - tests/*/*.log
 
 build/Debian/x86_64:
   stage: stage2-testing