From b5143e1eebfe24d8c702c0f34231184016b9e9ee Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Tue, 29 Dec 2020 21:56:26 -0600
Subject: [PATCH] Remove unecessary ci stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6db1521..1b0b10f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,6 @@ variables:
   refERCCVersion: "92"
 
 stages:
-  - test
   - unit
   - aggregation
   - reference
-- 
GitLab