diff options
author | Thomas White <taw@physics.org> | 2023-07-06 12:24:36 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-07-06 12:24:36 +0200 |
commit | 1fefebf54afd3515b856fc5f7d8d417253d9da85 (patch) | |
tree | 03c9afa505d6761f9a36f298b1c1c8edc3f7b9ed | |
parent | d82c0f2a8c3d74fcab491a99174252439a61b81b (diff) |
CI: build-centos7: Fix artifact path for test logs (again)
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |