From e354f9b1d07b45411fc4f1b3818a5769aad4d1fa Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 31 May 2018 03:46:14 +0200 Subject: [PATCH] build: Install git in gitlab CI configuration --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe0b289..d63c2b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: debian:stretch before_script: - apt update -qq - - apt install --no-install-recommends -y gcc make autoconf automake libtool + - apt install --no-install-recommends -y git gcc make autoconf automake libtool stages: - autogen