From 386a1c32bef8ac1c28f86fae15b71e8ad20636f1 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 16 Feb 2018 20:01:04 +0100 Subject: [PATCH] * .gitlab-ci.yml: Adjust artifact paths for distcheck. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 765cf151d..b39f56392 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ debian-stable-gcc: artifacts: when: always paths: - - tests/*/*.log + - ./spot-*/_build/sub/tests/*/*.log - ./*.log - ./*.tar.gz @@ -57,7 +57,7 @@ arch-clang: artifacts: when: on_failure paths: - - tests/*/*.log + - ./spot-*/_build/sub/tests/*/*.log - ./*.log arch-gcc-glibcxxdebug: @@ -74,7 +74,7 @@ arch-gcc-glibcxxdebug: artifacts: when: on_failure paths: - - tests/*/*.log + - ./spot-*/_build/sub/tests/*/*.log - ./*.log mingw-shared: