From ac467ce2af3110b3dde357193a6f53be3f2ce1f0 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 7 Oct 2020 16:38:08 +0200
Subject: [PATCH] Remove `only` after setting up this behaviour in template

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2170cf9..5e79dd1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,5 +33,4 @@ container-test:
 
 
 container-tagging:
-  only:
-    - master
+  stage: tag
-- 
GitLab