From 799175ad01dbcd524305bb49ec13912e94889ea1 Mon Sep 17 00:00:00 2001 From: Lucidiot Date: Sat, 20 Oct 2018 22:33:07 +0200 Subject: [PATCH] Try with another Docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 148ba88..77646b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.7-alpine +image: python:3.7 stages: - lint - deploy