diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1b1399d39d6c2af65734e977faaa7260ece2e15..140f08fc709bc9a2910c8d483eccfac1048dc663 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
 test:
   stage: test
   tags:
-    - deployer
+    - bots-deployer
   script:
     - make test
 
@@ -16,7 +16,7 @@ deploy:
   stage: deploy
   only: ['master']
   tags:
-    - deployer
+    - bots-deployer
   script:
     - sh deploy.sh