From 2be1f2ece9da611db8dfac8c7a568b9fc89afc88 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Fri, 8 May 2020 18:17:06 +0200
Subject: [PATCH] add dependecy to curl

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1789d92..5ef1ba6 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
+    - apt-get install -y build-essential curl
     - cd kernel; ./compile.bash
   tags:
   - highmem
-- 
GitLab