aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-07-06 12:24:36 +0200
committerThomas White <taw@physics.org>2023-07-06 12:24:36 +0200
commit1fefebf54afd3515b856fc5f7d8d417253d9da85 (patch)
tree03c9afa505d6761f9a36f298b1c1c8edc3f7b9ed /.gitlab-ci.yml
parentd82c0f2a8c3d74fcab491a99174252439a61b81b (diff)
CI: build-centos7: Fix artifact path for test logs (again)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a10354f..7f4e6abd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -153,9 +153,9 @@ build-centos7:
artifacts:
when: always
paths:
- - work/crystfel/build/meson-logs/testlog.junit.xml
+ - temp/crystfel/build/meson-logs/testlog.junit.xml
reports:
- junit: work/crystfel/build/meson-logs/testlog.junit.xml
+ junit: temp/crystfel/build/meson-logs/testlog.junit.xml
build-deploy-local-maxwell:
tags: