From a0f89d9466c1d6953bf724bb68a631a8562b329e Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Fri, 17 Feb 2023 10:55:06 +0100
Subject: [PATCH] CI: add ACLs and public mirror sync

---
 .gitlab-ci.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97c4fb343..58558dca7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -126,11 +126,12 @@ sync_repo_on_HPC:
 
 update_acls:
   stage: deploy
-  matrix:
-    - SYSTEM:
-      - juwels
-      - jureca
-      - jusuf
+  parallel:
+    matrix:
+      - SYSTEM:
+        - juwels
+        - jureca
+        - jusuf
   tags:
     - jacamar
     - ${SYSTEM}
-- 
GitLab