From 7129ff1cf5516874d03c08fc4c03bf9659423ef9 Mon Sep 17 00:00:00 2001
From: Gervaise Henry <gervaise.henry@utsouthwestern.edu>
Date: Sun, 25 Apr 2021 19:51:43 -0500
Subject: [PATCH] Revert "Temporarily remove before_script"

This reverts commit c55c0a43d1095635ffed8ebce30cef637eab0648
---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de019cb..902b45f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,10 @@
 variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
+before_script:
+  - module load singularity/3.5.3
+  - module load awscli/1.19.17
+
 stages:
   - build_stage
   - test_stage
-- 
GitLab