Update .gitlab-ci.yml

This commit is contained in:
Florian Pose 2021-04-09 14:02:33 +00:00
parent 14ed629e3c
commit 537fe56414
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ build:
stage: build
script:
- ./bootstrap
- ./configure
- ./configure --with-linux-dir=/usr/src/linux
- make all modules