update gitlab-ci.yml

This commit is contained in:
Bullet64 2022-01-21 05:14:34 +01:00
parent 1befa3073e
commit 47a17d0189

View file

@ -1,6 +1,11 @@
stages:
- lint
# - test
- test
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
pylint:
image: "python:latest"