Update .gitlab-ci.yml file

This commit is contained in:
2026-03-11 13:40:59 +01:00
parent f022223da3
commit 30e66ce890

View File

@@ -4,6 +4,7 @@ stages: # List of stages for jobs, and their order of execution
- lint - lint
- test - test
- security - security
- dast
- build - build
- clean - clean
- notify - notify