[mutter] ci: Fix junit artifact file name



commit 1f9af12e5ae4363008495f19a366fee30ca44da5
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Oct 26 17:53:50 2021 +0200

    ci: Fix junit artifact file name
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1796>

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59d139804f..260cff498d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -260,7 +260,7 @@ build-without-native-backend-and-wayland@x86_64:
   artifacts:
     expire_in: 1 day
     reports:
-      junit: "build/meson-logs/testlog-catchsegv.junit.xml"
+      junit: "build/meson-logs/testlog.junit.xml"
     name: "mutter-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
     when: always
     paths:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]