Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-08-29 18:07:38 +0300
committerRémy Coutable <remy@rymai.me>2018-08-29 18:07:38 +0300
commit380c7169cbcc67b4046bc63b62fd1c452c76ad12 (patch)
treedc3bf03f83bac08adff6fd63fb9aa1299d00d733
parentdad73a77843cb89e8e6d0069fe9a1956e6b304d6 (diff)
parent4f3a2347beb600c50043e4549454e7349824d7d3 (diff)
Merge branch 'move-package-and-qa-to-the-end' into 'master'
Move package-and-qa to the test phase Closes #50718 See merge request gitlab-org/gitlab-ce!21400
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 797a20ef16e..23d71675ae4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -131,7 +131,7 @@ stages:
.single-script-job: &single-script-job
image: ruby:2.4-alpine
before_script: []
- stage: build
+ stage: test
cache: {}
dependencies: []
variables: &single-script-job-variables