diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-02-17 15:19:41 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-02-17 15:19:41 +0000 |
commit | 761c0c86d1dbcbbed450db54ef9083e75a41ed4d (patch) | |
tree | e2b6aa90262b57c1707d028de02ddf1e3754caf0 /features | |
parent | 996ea3e524b833f0024aecd4d3fef7f6eeaf5652 (diff) | |
parent | b9cc02a68e465f17eb507fd6d1eab7800b382963 (diff) | |
download | gitlab-ce-761c0c86d1dbcbbed450db54ef9083e75a41ed4d.tar.gz |
Merge branch 'fix/gb/pipeline-retry-builds-started' into 'master'
Make pipeline retry take stages order into account
Closes #27431, #23710, and #26551
See merge request !9021
Diffstat (limited to 'features')
-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 d008a8a26af..5bc3a1f5ac4 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_with_coverage, pipeline: @pipeline) + @build = create(:ci_build, :coverage, pipeline: @pipeline) end step 'recent build is successful' do |