summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-12-21 17:25:50 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-12-21 17:26:23 +0000
commit0b5947849a32991904f8cbc5e4612d2438b97e0b (patch)
treeeff8bf167cd73ce94381917952db6e24db98c235
parent217c5225bf9d96cea7be7a32b50b4677146d721d (diff)
downloadgitlab-ce-0b5947849a32991904f8cbc5e4612d2438b97e0b.tar.gz
Fix broken spinach test
-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