From d5cb2ab975e93b6a984095e94d88635d41d0c02c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Thu, 21 Mar 2024 20:07:04 -0400
Subject: [PATCH] Stop grouping the js-testsuite

---
 .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 8bc7ad574c..1d5527ecb7 100644
--- a/.gitlab-ci-unix.yml
+++ b/.gitlab-ci-unix.yml
@@ -668,7 +668,7 @@ spec:
 #########
 # Tests #
 #########
-"js-testsuite [$[[ inputs.os ]]-$[[ inputs.platform ]]]":
+"$[[ inputs.os ]]-$[[ inputs.platform ]] js-testsuite":
   extends:
     - .$[[ inputs.os ]]-test
   script:
-- 
GitLab