From 26439df3d6d86849212bf902f5911280400d5276 Mon Sep 17 00:00:00 2001 From: Slava Date: Sun, 10 Mar 2024 21:15:23 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddc5426..c996132 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,13 @@ qodana: image: name: jetbrains/qodana-python-community entrypoint: [""] - cache: - paths: - - .cache/pip - - venv/ + cache: + - key: qodana-2023.3-$CI_DEFAULT_BRANCH-$CI_COMMIT_REF_SLUG + fallback_keys: + - qodana-2023.3-$CI_DEFAULT_BRANCH- + - qodana-2023.3- + paths: + - .qodana/cache variables: QODANA_TOKEN: $qodana_token