diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecc256c9..56a3be57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ build: stage: build script: - ./bootstrap - - ./configure + - ./configure --with-linux-dir=/usr/src/linux - make all modules - \ No newline at end of file +