From 502a03e89b67c54bb68f5b96b29f5204402a03c1 Mon Sep 17 00:00:00 2001
From: Gervaise Henry <gervaise.henry@utsouthwestern.edu>
Date: Sun, 25 Apr 2021 19:56:02 -0500
Subject: [PATCH] Try to find awscli module

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7cf952a..dcd7691 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,9 @@ TEST:
   stage: build_stage
   script:
     - pwd
+    - hostname
     - module load singularity/3.5.3
+    - module list awscli
 
 build.dev:
   stage: build_stage
-- 
GitLab