From b13a4955bb8eff6c49ff03003061ee12ed5133c9 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Mon, 17 Feb 2020 13:24:55 +0100 Subject: [PATCH] more cache --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e34753e..97d144a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: python:latest +variables: + PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" + before_script: - pip install poetry - poetry config virtualenvs.in-project true @@ -17,5 +20,6 @@ pages: cache: paths: - cours/.venv + - .cache/pip only: - master