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