diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bdda4d..3434bc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ image: python:3.8 # only cache local items. variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" + CI_DEBUG_TRACE: "true" # Pip's cache doesn't store the python packages # https://pip.pypa.io/en/stable/reference/pip_install/#caching