Commit e354f9b1d07b45411fc4f1b3818a5769aad4d1fa

Guillem Jover 2018-05-31T03:46:14

build: Install git in gitlab CI configuration

1
2
3
4
5
6
7
8
9
10
11
12
13
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