From a2b46e50e366f91198dd0a4a0309bc96016c7bec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Wed, 7 Feb 2024 18:37:29 -0500
Subject: [PATCH] Group tests by suite, not by OS/Platform

---
 .gitlab-ci-unix.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml
index fa3dbe9317..a4da23981d 100644
--- a/.gitlab-ci-unix.yml
+++ b/.gitlab-ci-unix.yml
@@ -459,7 +459,7 @@ spec:
   needs:
     - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [xpdev]"
 
-"$[[ inputs.os ]]-$[[ inputs.platform ]] [js-testsuite]":
+"js-testsuite [$[[ inputs.os ]]-$[[ inputs.platform ]]]":
   extends:
     - .$[[ inputs.os ]]-test
   script:
-- 
GitLab