From fc6f135b4d03e25cf389a6f71e2bc63c22f84afe Mon Sep 17 00:00:00 2001 From: Jan Lukas Steimann <jan.steimann@hhu.de> Date: Tue, 29 Jun 2021 06:13:13 +0000 Subject: [PATCH] Use debian image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e4900a..b7ba5e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "python:3.7" +image: "debian" before_script: - wget https://dl.min.io/client/mc/release/linux-amd64/mc -- GitLab