diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-28 12:48:25 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-28 12:48:25 +0100 |
commit | 41bcaa1ae50ae56dccd80bba109dc806e12fd2e1 (patch) | |
tree | e62e538cbee37eae9067e1cf945ffbd8d2951bf2 /.gitlab-ci.yml | |
parent | 45b1797e517cbb30bee753987428afc4c5b5c758 (diff) | |
download | gnutls-41bcaa1ae50ae56dccd80bba109dc806e12fd2e1.tar.gz |
.gitlab-ci.yml: fixed artifacts paths for Debian buildtmp-uninorm-advanced
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bec884b3e..789e1f1cf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -366,7 +366,7 @@ Debian/x86_64: artifacts: when: on_failure paths: - - guile/tests/*.log + - build/guile/tests/*.log - build/*.log - build/tests/*.log - build/tests/*/*.log |