Commit 0dc14164 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '6073-extract-ee-specific-files-lines-for-some-ci-files' into 'master'

Resolve "Extract EE specific files/lines for some CI files"

See merge request gitlab-org/gitlab-ee!9333
parents 6c542689 6da4fa85
......@@ -2,7 +2,7 @@ require 'spec_helper'
describe Ci::ProcessPipelineService, '#execute' do
let(:user) { create(:user) }
let(:project) { create(:project, :repository) }
let(:project) { create(:project) }
let(:pipeline) do
create(:ci_empty_pipeline, ref: 'master', project: project)
......
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