From 057910a27719e3696d9072ef588cf664b64787dd Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Tue, 14 Jan 2020 22:04:17 +0100
Subject: [PATCH] cicd: renamed stages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f6db17d3..00b9fe08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,10 @@
 image: node
 
 stages:
- - Validate features
- - Prepare release
- - Validate release
- - Deploy production
+ - validate_features
+ - prepare_release
+ - validate_release
+ - deploy_production
 
 ## TESTING ##
 
-- 
GitLab