Commit f388fceb authored by Lin Jen-Shin's avatar Lin Jen-Shin

Make sure pusher has the read_build privilege

parent 2c09d2a1
......@@ -542,6 +542,8 @@ describe Ci::Pipeline, models: true do
before do
reset_delivered_emails!
project.team << [pipeline.user, Gitlab::Access::DEVELOPER]
perform_enqueued_jobs do
pipeline.enqueue
pipeline.run
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment