diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e21ee255187cf8e22d844303b5380706fd0c694..9b7085894cfc812f1f6508779bc8fe9fb417bcf0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,8 +12,6 @@ stages:          # List of stages for jobs, and their order of execution
 
 build:
   stage: build
-  tags:
-    - docker
   before_script:
     - git fetch origin master:master
     - export VERSION_NAME=`git describe --tags --dirty`