From 64828dc8e40573229cf1fe4edbd37f9443ade06e Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Thu, 16 Apr 2020 03:13:44 +0000 Subject: [PATCH] patching test for ubuntu --- CICD/tests/ComputeNodes/modules.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CICD/tests/ComputeNodes/modules.sh b/CICD/tests/ComputeNodes/modules.sh index 4b1c6121..4117084d 100755 --- a/CICD/tests/ComputeNodes/modules.sh +++ b/CICD/tests/ComputeNodes/modules.sh @@ -1,4 +1,7 @@ #!/bin/bash +source /etc/profile.d/modulecmd.sh +source /etc/profile.d/modules.sh + module purge module load gcc/8.1.0 module list -- GitLab