From 627a0e10f0eeeb27926ba3e2c9cf786bee0b0c8d Mon Sep 17 00:00:00 2001
From: Gervaise Henry <gervaise.henry@utsouthwestern.edu>
Date: Sun, 25 Apr 2021 20:02:35 -0500
Subject: [PATCH] Remove test CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd6e1d0..1298fbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,14 +10,6 @@ stages:
   - test_stage
   - deploy_stage
 
-TEST:
-  stage: build_stage
-  script:
-    - pwd
-    - hostname
-    - module list
-    - module avail awscli
-
 build.dev:
   stage: build_stage
   script:
-- 
GitLab