diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-12-21 17:25:50 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-12-21 17:26:23 +0000 |
commit | 0b5947849a32991904f8cbc5e4612d2438b97e0b (patch) | |
tree | eff8bf167cd73ce94381917952db6e24db98c235 /features/steps | |
parent | 217c5225bf9d96cea7be7a32b50b4677146d721d (diff) | |
download | gitlab-ce-0b5947849a32991904f8cbc5e4612d2438b97e0b.tar.gz |
Fix broken spinach test
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/shared/builds.rb | 2 |
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 |