From 5dbb5420cecf7f858df537175f2bfb3378b809a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Thu, 19 Apr 2018 13:20:37 +0200 Subject: [PATCH] also install git --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ab92ff..4738e5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: najeraoscar/latex-emacs-min test: script: - - apt-get update && apt install wget + - apt-get update && apt install wget git - wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb - dpkg -i hugo*.deb - hugo version