Update .gitlab-ci.yml file
This commit is contained in:
parent
390af14f45
commit
2dba179df8
@ -18,6 +18,7 @@
|
||||
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- build
|
||||
- test
|
||||
- upload
|
||||
- release
|
||||
|
||||
@ -46,6 +47,11 @@ build:
|
||||
paths:
|
||||
- "spry-*-*"
|
||||
|
||||
sast:
|
||||
stage: test
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
upload:
|
||||
stage: upload
|
||||
image: curlimages/curl:latest
|
||||
|
Loading…
Reference in New Issue
Block a user