From eca513ec1d0f486f447ef42857270d544aecd59d Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 4 Apr 2019 12:58:57 -0500
Subject: [PATCH] Add module load astrocyte to CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11033ac..cd4b7ee 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,9 @@
 before_script:
+  - module load astrocyte
   - module load python/3.6.1-2-anaconda
   - module load nextflow/0.31.1_Ignite
 
+
 stages:
   - astrocyte
 
-- 
GitLab