Update .gitlab-ci.yml file
This commit is contained in:
@@ -20,11 +20,12 @@ include:
|
|||||||
unittest:
|
unittest:
|
||||||
stage: test
|
stage: test
|
||||||
image: python
|
image: python
|
||||||
.pre:
|
before_script:
|
||||||
- pip install -r requesments.txt
|
- pip install -r requesments.txt
|
||||||
- pip istall pytest
|
- pip istall pytest
|
||||||
scripts:
|
scripts:
|
||||||
- pytest
|
- pytest
|
||||||
|
|
||||||
qodana:
|
qodana:
|
||||||
stage: 'code_quality'
|
stage: 'code_quality'
|
||||||
needs: ['gemnasium-python-dependency_scanning', 'semgrep-sast', 'kics-iac-sast']
|
needs: ['gemnasium-python-dependency_scanning', 'semgrep-sast', 'kics-iac-sast']
|
||||||
|
|||||||
Reference in New Issue
Block a user