From 2cb868b129dbc3cdde15681d439b064fe968aa26 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 24 Jun 2024 16:50:32 +0200 Subject: [PATCH] Explicitly set pip cache --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66d6170..9c1696a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,9 @@ image: # Cache pip deps to speed up builds cache: paths: - - .cache/pip + - .pipcache +variables: + PIP_CACHE_DIR: .pipcache test_and_coverage: stage: build