diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 250b35cab95ab77219282ea6651f37aa832ec710..3386d0526add1176022a7ba225dfca13b63074fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ build-kernel: stage: build script: - apt-get update - - apt-get install -y build-essential curl flex + - apt-get install -y build-essential curl bison flex - cd kernel; ./compile.bash tags: - highmem