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:
authorShinya Maeda <shinya@gitlab.com>2018-05-03 08:21:06 +0300
committerShinya Maeda <shinya@gitlab.com>2018-05-03 08:21:06 +0300
commit30464bceaac08bf7a8415df7d3b1e0ddf6182762 (patch)
tree39a5ac6dc729edc105d7654835ac66d9aa16599d /spec/factories/ci
parent9ad20891435f1f51ae6e8e951b84131480d1ab97 (diff)
parentb2e1b70927f94a50a83e5afef359775894bd6b03 (diff)
Merge branch 'master' into live-trace-v2
Diffstat (limited to 'spec/factories/ci')
-rw-r--r--spec/factories/ci/stages.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/ci/stages.rb b/spec/factories/ci/stages.rb
index 25309033571..ce61e6bf759 100644
--- a/spec/factories/ci/stages.rb
+++ b/spec/factories/ci/stages.rb
@@ -21,6 +21,7 @@ FactoryBot.define do
pipeline factory: :ci_empty_pipeline
name 'test'
+ position 1
status 'pending'
end
end