From f69d58331b67bf9cacdcf2103c2dfede5b1184f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr>
Date: Thu, 7 May 2020 15:33:07 +0200
Subject: [PATCH] Ajoute un trigger vers pole-is/tools/prezbuilder.

---
 .gitlab-ci.yml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12817e0..c518bc6 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
-- 
GitLab