From 1714704d5d663449ca5bd5ff04c4af4e3d86ec36 Mon Sep 17 00:00:00 2001
From: Jakob Fritz <j.fritz@fz-juelich.de>
Date: Wed, 24 Apr 2024 15:31:53 +0200
Subject: [PATCH] Use quotes for command

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe4ef294c..032dc0e5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ prepare_JUWELS:
     - module load CuPy
     - pip install -e .
     - pip install pytest-benchmark coverage
-    - alias mpirun=srun
+    - alias mpirun='srun'
 
 
 test_JUWELS:
@@ -68,7 +68,7 @@ test_JUWELS:
     - module load CuPy
   script:
     # - touch benchmarks/output.json
-    - alias mpirun=srun
+    - alias mpirun='srun'
     - echo $SYSTEMNAME
     - sbatch --wait etc/juwels_${SHELL_SCRIPT}.sh
     - touch .coverage.empty
-- 
GitLab