diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c31f4843d466b65c5478a5f1814b8696257f5ea9..5042e81145b025d985907f934bca54215ae933d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,16 +4,6 @@ variables:
   MINGW64_BOOST_VERSION: 1.81.0-7
   WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error'
 
-build_linux_i686:
-  stage: build
-  script:
-    - autoreconf -si
-    - ./configure --host=i686-linux-gnu
-    - make -j$(nproc)
-  artifacts:
-    paths:
-      - src/dynare-preprocessor
-
 build_linux_x86_64:
   stage: build
   script: