diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1691e57bd8fd4e8768d91d7c59bf73ede7b37b48..7017a5ac587fb3ead3044544c4873cad54d408b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,8 @@
   stages:
     - rdepends
 
-    test_dep:
-    stage: test
+  test_dep:
+    stage: rdepends
     script:
       - DEP=( $(grep -P '[^#]\s+SET\(CPACK_DEBIAN_PACKAGE_DEPENDS\s+"' CMakeLists.txt) )
       - declare -a DEP