diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 296a52d3709bf25e016c11145cc3928592ce693b..ec4b3d9fe1e03f43b757f93c154e54263f87e3f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,8 @@ build:
   #   name: development
   # only:
   #   - develop
+  tags:
+    - public-runner-docker
 
 deploy_staging:
   stage: deploy_staging
@@ -46,6 +48,8 @@ deploy_staging:
     name: development
   only:
     - develop
+  tags:
+    - public-runner-docker
 
 deploy_master:
   stage: deploy_master
@@ -66,3 +70,5 @@ deploy_master:
     name: production
   only:
     - master
+  tags:
+    - public-runner-docker