From 1332a8f514cb8f34eecbb273fc78ce82ba0b00ee Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 4 Nov 2020 20:13:32 +0100 Subject: [PATCH] Use Alpine Linux to reduce test image size --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44b8430..6d28f6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: python:3.9 +image: python:3.9-alpine stages: - lint