From 905ba691ecb8946eb293ee52f0b911913485c648 Mon Sep 17 00:00:00 2001
From: Lambert Theisen <lambert.theisen@rwth-aachen.de>
Date: Sun, 15 Dec 2019 16:48:35 +0000
Subject: [PATCH] Fix Gitlab CI rules

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57ebb29..0e8dea8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,6 @@ build:environment:
   rules:
     - if: '$CI_COMMIT_TAG != null' # always run for tags
     - when: manual
-  only:
-    - tags # skips 15min, but has to be done manually if Dockerfile changes
 
 build:doc:
   stage: build
-- 
GitLab