From: Jacob Lifshay Date: Mon, 6 Apr 2020 02:01:40 +0000 (-0700) Subject: fix apt cache X-Git-Tag: div_pipeline~1440^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f5e911dee97ba558796f4f66aad457e84fa96f3;p=soc.git fix apt cache --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 670de134..8ddbcf2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ cache: paths: - ccache - .cache/pip - - apt-cache + - apt-cache/ variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"