Commit 07a1faa0 authored by Ian Baum's avatar Ian Baum

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
parent 132e6c9f
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment