From 958c70ef4d96961c63cbb74cfb6046773cedbc4d Mon Sep 17 00:00:00 2001 From: Slava Date: Sun, 17 Mar 2024 06:28:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8f2f93..d72c43d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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']