diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb0d1f9..5f19ee2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,12 @@ image: publysher/hugo +cache: + paths: + - /var/cache/apt/archives/ + +before_script: + - noninteractive apt-get -qq install -y --no-install-recommends git-all + pages: script: - hugo