From 51d9296206ec6949ff2dae2527b5d25e8479498b Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Thu, 3 Oct 2019 19:05:01 +0200 Subject: [PATCH] Updated gitlab-ci cache path --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 189842e..b6a1b77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,11 +12,10 @@ variables: # them in a virtualenv and cache it as well. cache: paths: - - .cache/pip - - venv/ + - .cache/pypoetry before_script: - - python -V + - python -V - pip install poetry - poetry install