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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-20 00:09:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-20 00:09:06 +0300
commita7d1db72c912ef512c25724392f1c903e8d3bd7e (patch)
tree15c9ca0c24a94aff8ca33cdd2212f9a2997d5571 /spec/lib/gitlab/ci
parent33795139ea8e72756bee3675b4e16387425e6ab1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/gitlab/ci')
-rw-r--r--spec/lib/gitlab/ci/yaml_processor_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/gitlab/ci/yaml_processor_spec.rb b/spec/lib/gitlab/ci/yaml_processor_spec.rb
index e81aeb620c3..cfc3d852de0 100644
--- a/spec/lib/gitlab/ci/yaml_processor_spec.rb
+++ b/spec/lib/gitlab/ci/yaml_processor_spec.rb
@@ -101,6 +101,7 @@ module Gitlab
name: "rspec",
only: { refs: %w[branches tags] },
options: { script: ["rspec"] },
+ scheduling_type: :stage,
tag_list: %w[A B],
allow_failure: false,
when: "on_success",