Commit 5a57f58a authored by Stan Hu's avatar Stan Hu

Merge branch '33862-fix-build-qa-needs' into 'master'

Remove needs dependency for .qa-job-base

Closes #33862

See merge request gitlab-org/gitlab!18460
parents 656981e6 44adee04
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
- .only-code-qa-changes - .only-code-qa-changes
stage: test stage: test
dependencies: [] dependencies: []
# It's currently impossible to specify `needs: []` so we depend on `build-qa-image` which also has `.only-code-qa-changes`
needs: ["build-qa-image"]
cache: cache:
key: "qa-framework-jobs:v1" key: "qa-framework-jobs:v1"
paths: paths:
......
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