Move cloud-native-image job to the post-test stage

* The job depends on asset image created as part of the
gitlab:assets:compile job.

https://gitlab.com/charts/gitlab/issues/897
This commit is contained in:
Ian Baum 2018-11-09 07:55:27 -06:00
parent 132e6c9f95
commit 07a1faa092
1 changed files with 2 additions and 1 deletions

View File

@ -319,7 +319,7 @@ cloud-native-image:
image: ruby:2.4-alpine
before_script: []
dependencies: []
stage: test
stage: post-test
allow_failure: true
variables:
GIT_DEPTH: "1"
@ -696,6 +696,7 @@ gitlab:setup-mysql:
# Frontend-related jobs
gitlab:assets:compile:
<<: *dedicated-no-docs-and-no-qa-pull-cache-job
stage: test
image: dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.4-git-2.18-chrome-69.0-node-8.x-yarn-1.2-graphicsmagick-1.3.29-docker-18.06.1
dependencies: []
services: