From 6f3c83e59bca178c72ace327d098d9e5f69def89 Mon Sep 17 00:00:00 2001 From: Alexandre Fiori Date: Fri, 8 Apr 2016 19:23:42 -0400 Subject: [PATCH] Install git --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7878b3d..69cbd5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ centos6_release: stage: centos6_release image: centos:centos6 script: - - yum -y install gcc make rpm-build python-devel + - yum -y install git gcc make rpm-build python-devel - make rpm-release artifacts: paths: @@ -16,7 +16,7 @@ centos7_release: stage: centos7_release image: centos:centos7 script: - - yum -y install gcc make rpm-build python-devel + - yum -y install git gcc make rpm-build python-devel - make rpm-release artifacts: paths: