Commit d589a4e8 authored by drew cimino's avatar drew cimino

Build instead of create

parent 24941101
......@@ -233,7 +233,7 @@ describe Gitlab::Ci::Pipeline::Seed::Build do
using RSpec::Parameterized
let(:pipeline) do
create(:ci_empty_pipeline, ref: 'deploy', tag: false, source: source)
build(:ci_empty_pipeline, ref: 'deploy', tag: false, source: source)
end
context 'matches' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment