From 74c00fb39da43d7ba1619813cda5c6a25646c8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?= <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de> Date: Sat, 4 Dec 2021 17:43:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml file (current python version) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0bb565d..28c0603b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.7 +image: python:3.9 services: - mysql:5.7 -- GitLab