diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ecb28c8dd3c20e8c5f34024b0357ebf2d8c9dc0..b2ef0f048374699cc439aae36a4d13440f78bad3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/${MENTAT_IMAGE}:latest # Change pip's cache directory to be inside the project directory since we can -# only cache local items. +# only cache local items. variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"