diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ecd95ad37f268bd25a532d2398b6ba0d30b47e43..c857eacc860ddb22a33a01f30ea4143ea112dfc4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,7 +93,7 @@ build/gnutls:
     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 && ./bootstrap &&
-    ./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) &&
+    ./configure --disable-gost --disable-cxx --disable-guile --disable-doc && make -j$(nproc) &&
     make -j $(nproc) check
   tags:
   - shared