From 51ea02b3c55649978c2046f2ce9fcf337ea248b2 Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Wed, 5 Jun 2019 14:21:59 +0200
Subject: [PATCH] moves tags to end of ci jobs

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a122c4a..8c5fb9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,15 +7,13 @@ variables:
 
 check:
   stage: check
-  tags:
-    - pandoc
   script:
     - make check
+  tags:
+    - pandoc
 
 deploy:
   stage: deploy
-  tags:
-    - pandoc
   script:
     - make
     - >-
@@ -33,3 +31,5 @@ deploy:
     variables:
       - $NEXTCLOUD_PW
       - $NEXTCLOUD_SHARE
+  tags:
+    - pandoc
-- 
GitLab