diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12817e04c4a458d620c76085421a6a2682108440..c518bc62ab8ccbd6b07c52fc58b85c73a68c8b47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,10 @@
+stages:
+  - build
+  - trigger
+
 .the-job:
   tags: [docker]
+  stage: build
   image: node:12-slim
   variables:
     NPM_CONFIG_CACHE: "$CI_PROJECT_DIR/.npm"
@@ -22,11 +27,18 @@
 build:
   extends: .the-job
   except:
-    - tags
+    refs:
+      - tags
 
 pages:
   extends: .the-job
   only:
-    - tags
+    refs:
+      - tags
   artifacts:
     expire_in: 5 years
+
+prezbuilder:
+  stage: trigger
+  trigger:
+    project: pole-is/tools/prezbuilder