Skip to content
Snippets Groups Projects
Commit 5818925b authored by CazSaa's avatar CazSaa
Browse files

Fix 'needs' names

parent 13125e96
Branches
No related tags found
No related merge requests found
Pipeline #6667 passed
......@@ -67,7 +67,7 @@ eslint-sast:
nodejs-scan-sast:
stage: test2
needs: ["test1"]
needs: ["eslint-sast"]
extends: .sast-analyzer
image:
name: "$SAST_ANALYZER_IMAGE"
......@@ -85,7 +85,7 @@ nodejs-scan-sast:
semgrep-sast:
stage: test3
needs: ["test2"]
needs: ["nodejs-scan-sast"]
extends: .sast-analyzer
image:
name: "$SAST_ANALYZER_IMAGE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment