From 972902eb237622e3266136545113cacaf55f1c0a Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 27 Sep 2020 13:26:19 +0200 Subject: [PATCH] :green_heart: Install libmagic in CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7742e3..aef73af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ py38-django31: stage: test image: python:3-alpine before_script: + - apk add --no-cache libmagic - pip install tox --no-cache-dir script: tox -e py38-django31