Update .gitlab-ci.yml file

This commit is contained in:
Diego Fernando Carrión 2023-10-30 12:04:03 +00:00
parent 390af14f45
commit 2dba179df8

View File

@ -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