From c7f8b26018fb9b1a66b37388ebb6d38329b25fa1 Mon Sep 17 00:00:00 2001
From: Tobias Schlauch <tobias.schlauch@dlr.de>
Date: Thu, 2 Dec 2021 15:40:05 +0000
Subject: [PATCH] Fix reuse lint check

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58e37ff..c2ffbe7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ check_external_links:
     - docker
 
 check_license_infos:
-  image: python:3.6
+  image: python:3.8
   stage: test
   script:
     - pip install reuse
-- 
GitLab