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>2021-02-01 12:09:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-01 12:09:28 +0300
commit6e495b4e91a964aba7a159f95a1b1f48fcf9668c (patch)
treee6c4621cf2cafdf79a8fd54e09126cc882a57dd9 /spec/factories/ci
parent95feeb4ee404efe2d8247e99a8d99e4ce2d0d1c5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/ci')
-rw-r--r--spec/factories/ci/resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/ci/resource.rb b/spec/factories/ci/resource.rb
index 515329506e5..dec26013a25 100644
--- a/spec/factories/ci/resource.rb
+++ b/spec/factories/ci/resource.rb
@@ -5,7 +5,7 @@ FactoryBot.define do
resource_group factory: :ci_resource_group
trait(:retained) do
- build factory: :ci_build
+ processable factory: :ci_build
end
end
end