ci: Collect artifacts from the asan build
authorMatthias Clasen <mclasen@redhat.com>
Mon, 12 Jun 2023 17:00:16 +0000 (13:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 12 Jun 2023 18:54:28 +0000 (14:54 -0400)
.gitlab-ci.yml

index ddbee0dfc47e5f93c3dec483017b0900ca883614..83d98a45b52c79150ef2cc98acfb484d3e8e9f99 100644 (file)
@@ -403,8 +403,9 @@ asan-build:
     - .gitlab-ci/run-tests.sh _build wayland_gles
     - .gitlab-ci/run-tests.sh _build x11
   artifacts:
+    when: always
     paths:
-      - _build/meson-logs
+      - "${CI_PROJECT_DIR}/_build/meson-logs"
 
 reference:
   image: $FEDORA_IMAGE