From 9566d25a735a8e742e574ed9af28f200e210c36e Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Thu, 29 Apr 2021 15:29:02 +0000
Subject: [PATCH] Update .gitlab-ci.yml to use focal

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2fd9660..86186f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
   - build
 
 build-kernel:
-  image: ubuntu:bionic
+  image: ubuntu:focal
   stage: build
   artifacts:
     paths:
-- 
GitLab