diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96a007e7ca92baf8fe9b31fc4e0754311218f172..ae01adcdb0d9dc89bdc0462358fd8b91bc183f69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ build/gnutls: - ./configure --disable-documentation --prefix=/usr --libdir=/usr/lib64 && make -j4 && make install - git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git - - cd gnutls-git && git submodule update --init && make autoreconf && + - cd gnutls-git && git submodule update --init && ./bootstrap && ./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) && make -j $(nproc) check tags: