diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e313ad29d9d021955e5a58b972bff5394e36978..028302265ba949187f67e406ddc7b3350da593e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -121,13 +121,6 @@ backend-build:
     DOCKER_DRIVER: overlay2
     DOCKER_HOST: tcp://docker:2375/
 
-  # Run this on master and tags except base tags
-  rules:
-    - if: '$CI_COMMIT_BRANCH == "master"'
-      when: on_success
-    - if: '$CI_COMMIT_TAG && $CI_COMMIT_TAG !~ /^base-.*/'
-      when: on_success
-    - when: never
 
   script:
     - ci/build.sh Dockerfile
@@ -141,13 +134,6 @@ backend-build-binary:
     DOCKER_DRIVER: overlay2
     DOCKER_HOST: tcp://docker:2375/
 
-  # Run this on master and tags except base tags
-  rules:
-    - if: '$CI_COMMIT_BRANCH == "master"'
-      when: on_success
-    - if: '$CI_COMMIT_TAG && $CI_COMMIT_TAG !~ /^base-.*/'
-      when: on_success
-    - when: never
 
   script:
     - ci/build.sh Dockerfile.binary "-binary"