From ac5838a462e6423ceb8a0b0e0cf0a7d8253bd0e7 Mon Sep 17 00:00:00 2001 From: Virtua Creative Date: Tue, 19 Apr 2016 21:51:16 +0000 Subject: [PATCH] test4: apt-get -qq + cache --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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