From abea9b5200ebab2f5e712e19253f7e01730f7cc8 Mon Sep 17 00:00:00 2001
From: Gervaise Henry <gervaise.henry@utsouthwestern.edu>
Date: Sun, 25 Apr 2021 19:54:34 -0500
Subject: [PATCH] Remove awscli module load from ci test

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d9caee..7cf952a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,6 @@ TEST:
   script:
     - pwd
     - module load singularity/3.5.3
-    - module load awscli/1.19.17
 
 build.dev:
   stage: build_stage
-- 
GitLab