Skip to content

Commit

Permalink
Add correct target for stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Feb 20, 2024
1 parent 37541dd commit f3c1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include:

sast:tests:
extends: .sast:tests
stage: test
stage: testing:development
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop"'
when: always

0 comments on commit f3c1546

Please sign in to comment.