Update .gitlab-ci.yml
This commit is contained in:
parent
80dd569051
commit
51517d9520
|
@ -7,6 +7,7 @@ image: python:3.8
|
||||||
# only cache local items.
|
# only cache local items.
|
||||||
variables:
|
variables:
|
||||||
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
||||||
|
CI_DEBUG_TRACE: "true"
|
||||||
|
|
||||||
# Pip's cache doesn't store the python packages
|
# Pip's cache doesn't store the python packages
|
||||||
# https://pip.pypa.io/en/stable/reference/pip_install/#caching
|
# https://pip.pypa.io/en/stable/reference/pip_install/#caching
|
||||||
|
|
Loading…
Reference in New Issue
Block a user