Commit 06eac0cf authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'builds_check_order_fix' into 'master'

Do not check explicit order of pipeline builds

See merge request gitlab-org/gitlab!49303
parents 3fedf133 3eaa18f7
......@@ -48,7 +48,7 @@ RSpec.describe 'Jobs/DAST-Default-Branch-Deploy.gitlab-ci.yml' do
context 'when project has no license' do
it 'includes dast_unlicensed job' do
expect(build_names).to eq %w(placeholder dast_unlicensed)
expect(build_names).to match_array(%w(placeholder dast_unlicensed))
end
end
......
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