Move the cloud-native-image trigger job into the test stage

This is because the CNG pipeline now relies on the assets
compiled here in the gitlab:assets:compile job (It waits
up to 30 minutes for them)

Without this change, the cloud native job was holding up
the pipeline, preventing the assets compile job from being
run.
This commit is contained in:
DJ Mountney 2018-09-19 14:26:07 -07:00
parent 3f51ec2124
commit 19d84a602a

View file

@ -327,7 +327,7 @@ review-docs-cleanup:
cloud-native-image:
image: ruby:2.4-alpine
before_script: []
stage: build
stage: test
allow_failure: true
variables:
GIT_DEPTH: "1"