From 48721a8f1746b6c8889048045c29c4f571bb6967 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Mon, 28 Dec 2020 18:54:59 -0600
Subject: [PATCH] Change ref ci test names

---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 579ad46..587a25e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -443,7 +443,7 @@ mouse_BioHPC:
   - mkdir -p mo
   - cp -R /project/BICF/BICF_Core/shared/gudmap/references/GRCh38.p12.v31/hisat2 ./mo/
 
-human_dev.gudmap.org:
+human_dev:
   stage: reference
   only:
     - push
@@ -468,7 +468,7 @@ human_dev.gudmap.org:
   - test=$(echo ${test} | grep -o ${filename})
   - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
 
-mouse_dev.gudmap.org:
+mouse_dev:
   stage: reference
   only:
     - push
@@ -493,7 +493,7 @@ mouse_dev.gudmap.org:
   - test=$(echo ${test} | grep -o ${filename})
   - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
 
-human_staging.gudmap.org:
+human_staging:
   stage: reference
   only:
     - push
@@ -518,7 +518,7 @@ human_staging.gudmap.org:
   - test=$(echo ${test} | grep -o ${filename})
   - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
 
-mouse_staging.gudmap.org:
+mouse_staging:
   stage: reference
   only:
     - push
@@ -544,7 +544,7 @@ mouse_staging.gudmap.org:
   - test=$(echo ${test} | grep -o ${filename})
   - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
 
-human_www.gudmap.org:
+human_prod:
   stage: reference
   only:
     - push
@@ -569,7 +569,7 @@ human_www.gudmap.org:
   - test=$(echo ${test} | grep -o ${filename})
   - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
 
-mouse_www.gudmap.org:
+mouse_prod:
   stage: reference
   only:
     - push
-- 
GitLab