Commit 2ec34834 authored by Rémy Coutable's avatar Rémy Coutable

ci: Fix 'needs' for the 'rspec:feature-flags' job

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 84eaa714
......@@ -466,11 +466,7 @@ rspec:feature-flags:
- .coverage-base
- .static-analysis:rules:ee-and-foss
stage: post-test
needs:
- setup-test-env
- static-analysis
- memory-static
- memory-on-boot
needs: ["static-analysis"]
script:
- !reference [.minimal-bundle-install, script]
- if [ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]; then
......
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