From f283439053ec66bb6485b37558302ed3714d2d27 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 1 Mar 2021 08:07:24 +0100 Subject: [PATCH] switch to normal python docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8069033..7d265a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:alpine +image: python test:pylama: stage: test