diff --git a/CICD/tests/slurm/srunHostname.yml b/CICD/tests/slurm/srunHostname.yml
index afe8e3b860f891d5b47d22fd5881eb4cf80f104d..6fe58f14d065fe25370d561048799de86f7fa7a3 100644
--- a/CICD/tests/slurm/srunHostname.yml
+++ b/CICD/tests/slurm/srunHostname.yml
@@ -28,7 +28,7 @@
     failed_when: result.rc != 0 and result.stdout != " Nothing new added."
     
   - name: Create a user and associate them with a project
-    command: ./sacctmgr -i create user hpctest cluster=m3 account=testProject partition=batch
+    command: ./sacctmgr -i create user hpctest cluster=cicd account=testProject partition=batch
     args:
       chdir: '/opt/slurm-latest/bin'
     become: true