diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1582e6e..bc4fd05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,15 @@ image: python:3.7-alpine +variables: + PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" + services: - postgres:alpine +cache: + paths: + - .cache/pip + tests: before_script: - python -V