From d82c0f2a8c3d74fcab491a99174252439a61b81b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Jul 2023 12:10:11 +0200 Subject: CI: build-centos7: Fix artifact path for test logs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81888bba..7a10354f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,9 +153,9 @@ build-centos7: artifacts: when: always paths: - - build/meson-logs/testlog.junit.xml + - work/crystfel/build/meson-logs/testlog.junit.xml reports: - junit: build/meson-logs/testlog.junit.xml + junit: work/crystfel/build/meson-logs/testlog.junit.xml build-deploy-local-maxwell: tags: -- cgit v1.2.3