Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-10 21:15:23 +00:00
parent d9576c6c13
commit 26439df3d6

View File

@@ -5,10 +5,13 @@ qodana:
image: image:
name: jetbrains/qodana-python-community name: jetbrains/qodana-python-community
entrypoint: [""] entrypoint: [""]
cache: cache:
paths: - key: qodana-2023.3-$CI_DEFAULT_BRANCH-$CI_COMMIT_REF_SLUG
- .cache/pip fallback_keys:
- venv/ - qodana-2023.3-$CI_DEFAULT_BRANCH-
- qodana-2023.3-
paths:
- .qodana/cache
variables: variables:
QODANA_TOKEN: $qodana_token QODANA_TOKEN: $qodana_token