build stage added

This commit is contained in:
Frank Agerholm 2021-06-15 09:12:10 +00:00
commit 9cd79bd7ff

View file

@ -20,8 +20,11 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker push $CI_REGISTRY_IMAGE:latest
stages:
- build
- test
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml