diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a122c4af11011722ea45dfebda15af9ec725c495..8c5fb9ced4f5fac929f947e5138d2b1f6c5ddb95 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