diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1cef5f239851a675bee0d6d8e1e3e262b6fd8e8..bd3fadece7cdca33031225de937d94b02f227f8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,10 +78,10 @@ test:centos7.3: image: centos:7.3.1611 before_script: - echo "Running centos7.3 'before_script'..." - - make - yum -y -q -e 0 install tcl - yum -y -q -e 0 install glibc-common - yum -y -q -e 0 install glibc-devel + - yum -y -q -e 0 install make - yum -y -q -e 0 install libjpeg-turbo - yum -y -q -e 0 install freetype - yum -y -q -e 0 install libpng