summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-01-06 14:40:45 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2018-01-06 14:40:45 +0000
commit54bacb1860036ffcd722f7df033d7def6b1a8756 (patch)
tree15364719c3a093a30c37b13d8f43fc0d31f1ae85 /features
parenta7a7f8b15968418bf52d91341588f1c573f412c3 (diff)
parent01d427634cbfee41042ab1ef91c88667ffe713b4 (diff)
downloadgitlab-ce-54bacb1860036ffcd722f7df033d7def6b1a8756.tar.gz
Merge branch '22643-manual-job-page' into 'master'
Resolve "Improve non-triggered manual action job detail page" Closes #22643 and #37843 See merge request gitlab-org/gitlab-ce!15991
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/builds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/builds.rb b/features/steps/shared/builds.rb
index c267195f0e8..a3e4459f169 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, :coverage, pipeline: @pipeline)
+ @build = create(:ci_build, :running, :coverage, pipeline: @pipeline)
end
step 'recent build is successful' do