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: