diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe4bbaa38259f3212fed79c1fdd1744f80649e15..046c238828990a14660b05dc2a191f519801f562 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,7 @@ docker-bionic:
       --destination "${CI_REGISTRY_IMAGE}:latest-bionic"
 
   rules:
-    - if: $CI_COMMIT_BRANCH == "master"
+    - if: $CI_COMMIT_BRANCH == "ci"
 
 
 docker-jammy:
@@ -115,7 +115,7 @@ docker-jammy:
       --destination "${CI_REGISTRY_IMAGE}:latest-jammy"
 
   rules:
-    - if: $CI_COMMIT_BRANCH == "master"
+    - if: $CI_COMMIT_BRANCH == "ci"
 
 
 .test-docker-image-common:
@@ -152,7 +152,7 @@ test-docker-image-bionic:
   image: git.h2t.iar.kit.edu:5050/sw/armarx/armarx-gui:latest-bionic
 
   rules:
-    - if: $CI_COMMIT_BRANCH == "master"
+    - if: $CI_COMMIT_BRANCH == "ci"
 
 
 test-docker-image-jammy:
@@ -163,4 +163,4 @@ test-docker-image-jammy:
   image: git.h2t.iar.kit.edu:5050/sw/armarx/armarx-gui:latest-jammy
 
   rules:
-    - if: $CI_COMMIT_BRANCH == "master"
+    - if: $CI_COMMIT_BRANCH == "ci"