From 468e6e712d2e05f5c8c01c2ebe5a36d1f34f270f Mon Sep 17 00:00:00 2001
From: mmpe <mmpe@dtu.dk>
Date: Wed, 9 Dec 2020 08:36:02 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd7f902a5..41bc866d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,10 @@
 image: dtuwindenergy/topfarm2:latest
 
+stages:
+  - test
+  - test_plugins
+  - deploy
+
 # ===== TEST PyWake debian=====
 test_PyWake:  # name the job what we like
   stage:  # build, test, deploy defined by default [2]
@@ -33,7 +38,7 @@ test_PyWake_windows:  # name the job what we like
 
 # ===== Trigger PyWakePark pipeline =====
 trigger_pywake_park_test:
-  stage: test
+  stage: test_plugins
   variables:
     TRIGGER_BRANCH: $CI_COMMIT_REF_NAME
   trigger:
@@ -46,7 +51,7 @@ trigger_pywake_park_test:
 
 # ===== Trigger PyWakeEllipSys pipeline =====
 trigger_pywake_ellipsys_test:
-  stage: test
+  stage: test_plugins
   variables:
     TRIGGER_BRANCH: $CI_COMMIT_REF_NAME
   trigger:
-- 
GitLab