From bdeabdd7208f14cf652a89282f047acf038d82d4 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Sun, 19 Jan 2020 05:03:26 +0400
Subject: [PATCH] Fixed deployer tags.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1b1399..140f08f 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
 
-- 
GitLab