diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ace300f36f8600b1d520360c4d7f0c38cf0e1c97..1d176335d959a95c1e1f410acc4327e43214f784 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -493,7 +493,7 @@ mouseDataHub_dev:
   - test=$(echo ${test} | grep -o ${filename})
   - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
 
-humanDataHub_dev:
+humanDataHub_staging:
   stage: reference
   only:
     - push
@@ -518,7 +518,7 @@ humanDataHub_dev:
   - test=$(echo ${test} | grep -o ${filename})
   - if [ "${test}" == "" ]; then echo "reference file not present"; exit 1; fi
 
-mouseDataHub_dev:
+mouseDataHub_staging:
   stage: reference
   only:
     - push