diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddf4957895100627c2e1045cdf5dbdafa5df0b0d..022086873ff78982189383486c07c98b34c30f72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ run-build: - echo 'deb-src http://ftp.zcu.cz/pub/linux/debian stretch-updates main contrib non-free' >> /etc/apt/sources.list - echo 'deb-src http://ftp.zcu.cz/pub/linux/debian-security stretch/updates main contrib non-free' >> /etc/apt/sources.list - apt-get update - - apt-get install -y automake autoconf libtool build-essential dpkg-dev debhelper libldap2-dev automake1.11 + - apt-get install -y automake autoconf libtool build-essential dpkg-dev debhelper libldap2-dev automake1.11 devscripts - sh -x ./make.sh # This stage is only executed if commited to master