summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-09-20 15:29:37 +0000
committerBob Van Landuyt <bob@vanlanduyt.co>2018-10-02 17:24:46 +0200
commitb7c4ad5a9b9999f8f85cf2ce6546ae3a0be7309a (patch)
tree2c9c72ae5601e81c832ae299ae72b0489be7a8d8
parent32cb452ee039e11b42933646f982b5e36363d360 (diff)
downloadgitlab-ce-b7c4ad5a9b9999f8f85cf2ce6546ae3a0be7309a.tar.gz
Merge branch 'move-cloud-images-job-stage' into 'master'
Move the cloud-native-image trigger job into the test stage See merge request gitlab-org/gitlab-ce!21819
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0b622f5abd..28cf43f442d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"