diff --git a/features/steps/shared/builds.rb b/features/steps/shared/builds.rb index a3e4459f169c0e80c481a4b595d22f117dc5f2b1..f5950145348fccd7d04c59037b67ba6bff8aa387 100644 --- a/features/steps/shared/builds.rb +++ b/features/steps/shared/builds.rb @@ -11,7 +11,7 @@ module SharedBuilds step 'project has a recent build' do @pipeline = create(:ci_empty_pipeline, project: @project, sha: @project.commit.sha, ref: 'master') - @build = create(:ci_build, :running, :coverage, pipeline: @pipeline) + @build = create(:ci_build, :running, :coverage, :trace_artifact, pipeline: @pipeline) end step 'recent build is successful' do