From 462b318fcb83c4669246189d7b2b37cf4c44ff00 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Sun, 20 Feb 2022 12:57:25 +0100 Subject: [PATCH] Try caching virtenv instead --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 987963c..7711f0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ before_script: cache: paths: - - /root/.cache/pip/ + - '/tmp/.virtualenv' test_and_coverage: stage: test