From 66aefee5fe191b1702eac39ae0dee9355a1f4bd9 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Thu, 16 Apr 2020 06:12:20 +0000
Subject: [PATCH] typo

Former-commit-id: d2ee646c8e9b54f2b7e48e1d5784e3bddbc0d074
---
 CICD/tests/slurm/srunHostname.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CICD/tests/slurm/srunHostname.yml b/CICD/tests/slurm/srunHostname.yml
index 6fe58f14..559a4fab 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=cicd account=testProject partition=batch
+    command: ./sacctmgr -i create user hpctest cluster=CICD account=testProject partition=batch
     args:
       chdir: '/opt/slurm-latest/bin'
     become: true 
-- 
GitLab