diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a4a18c..697703b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,8 @@ image: python:latest - - before_script: - pip install poetry + - poetry config virtualenvs.in-project = true pages: @@ -15,5 +14,8 @@ pages: artifacts: paths: - public + cache: + paths: + - cours/.venv only: - master