From 66ed630349816548e257612311380b2661f033f6 Mon Sep 17 00:00:00 2001 From: Slava Date: Sun, 10 Mar 2024 21:04:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3922553..ddc5426 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,11 @@ qodana: image: name: jetbrains/qodana-python-community entrypoint: [""] + cache: + paths: + - .cache/pip + - venv/ + variables: QODANA_TOKEN: $qodana_token script: