From a9d50dc478519598a1aeb91cb8d6a5953520a04b Mon Sep 17 00:00:00 2001 From: Slava Date: Sun, 17 Mar 2024 06:31:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d72c43d..c248434 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,11 +20,12 @@ include: unittest: stage: test image: python - .pre: + before_script: - pip install -r requesments.txt - pip istall pytest scripts: - pytest + qodana: stage: 'code_quality' needs: ['gemnasium-python-dependency_scanning', 'semgrep-sast', 'kics-iac-sast']