From 7d5dff63ff38d938b2ebe88336e9255a0acc364b Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Mon, 13 Dec 2021 07:36:01 +0100 Subject: [PATCH] use python:slim for Gitlab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f33f75..e8cb24f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python +image: python:slim test:pylama: stage: test