update gitlab-ci.yml
This commit is contained in:
parent
1befa3073e
commit
47a17d0189
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
stages:
|
||||
- lint
|
||||
# - test
|
||||
- test
|
||||
|
||||
sast:
|
||||
stage: test
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
pylint:
|
||||
image: "python:latest"
|
||||
|
|
Loading…
Add table
Reference in a new issue