Merge branch 'move-qa-and-package-to-review' into 'master'

Move package-and-qa to review stage from qa stage

See merge request gitlab-org/gitlab-ce!28581
This commit is contained in:
Rémy Coutable 2019-05-22 15:34:58 +00:00
commit 90bb8a21b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package-and-qa:
image: ruby:2.6-alpine
stage: qa
stage: review # So even if review-deploy failed we can still run this
when: manual
before_script: []
dependencies: []