diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c796c20..6b8f3cb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ gcc:python3: gcc:static: extends: .test variables: - CONFIG: "--disable-shared --without-python" + CONFIG: "--disable-shared --without-python --without-modules" CFLAGS: "-O2" clang:asan: