diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6db17d..00b9fe0 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 ##