build: Install git in gitlab CI configuration

This commit is contained in:
Guillem Jover 2018-05-31 03:46:14 +02:00
parent 4c5e9b478e
commit e354f9b1d0

View File

@ -2,7 +2,7 @@ image: debian:stretch
before_script: before_script:
- apt update -qq - 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: stages:
- autogen - autogen