From b5681b9b507ac29bd38db4c7b786875d0aac6697 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Fri, 8 May 2020 18:23:40 +0200
Subject: [PATCH] add dependency to bison

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 250b35c..3386d05 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
-- 
GitLab