Update .gitlab-ci.yml
This commit is contained in:
@@ -17,6 +17,14 @@ include:
|
||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||
- template: Security/SAST-IaC.gitlab-ci.yml
|
||||
|
||||
unittest:
|
||||
stage: test
|
||||
image: python
|
||||
.pre:
|
||||
- pip install -r requesments.txt
|
||||
- pip istall pytest
|
||||
scripts:
|
||||
- pytest
|
||||
qodana:
|
||||
stage: 'code_quality'
|
||||
needs: ['gemnasium-python-dependency_scanning', 'semgrep-sast', 'kics-iac-sast']
|
||||
|
||||
Reference in New Issue
Block a user