diff --git a/shared-ci.yml b/shared-ci.yml
index 4efb63a0a1c2a09eb56930fce3fff4e01f011f9e..3bc9e3f551b1e9c40e282c49edf7c9796a5b2c54 100644
--- a/shared-ci.yml
+++ b/shared-ci.yml
@@ -9,6 +9,7 @@ variables:
 stages:
 - build
 - package
+- test
 - publish
 - autoupdate
 
@@ -69,6 +70,11 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility
     - ./*.deb
     - changelog.txt
 
+.test:
+  rules:
+  - if: '$RUN_AUTOUPDATE != "1"'
+  stage: test
+
 .publish:
   stage: publish
   rules: