From 32977563a29af9fdbfceefa835d105868918e668 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 14 Feb 2018 10:16:11 -0600
Subject: [PATCH] Fix typo.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b68a72..9aebbda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,6 @@ single_end_mouse:
   - nextflow run workflow/main.nf
 
 single_end_acceptance:
-  stage: unit
+  stage: acceptance
   script:
   - pytest -m acceptance
-- 
GitLab