summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Chef.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/templates/Chef.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Chef.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/gitlab/ci/templates/Chef.gitlab-ci.yml b/lib/gitlab/ci/templates/Chef.gitlab-ci.yml
index 33507aa58e4..1e14aa8bea9 100644
--- a/lib/gitlab/ci/templates/Chef.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Chef.gitlab-ci.yml
@@ -14,9 +14,11 @@ variables:
KITCHEN_LOCAL_YAML: ".kitchen.dokken.yml"
stages:
+ - build
- lint
- - unit
+ - test
- functional
+ - deploy
foodcritic:
stage: lint
@@ -29,7 +31,7 @@ cookstyle:
- chef exec cookstyle .
chefspec:
- stage: unit
+ stage: test
script:
- chef exec rspec spec