1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 11:18:27 +02:00

Don't use external libraries when running tests

This commit is contained in:
Yohann D'ANELLO
2020-12-28 19:12:07 +01:00
parent 67b01ea0b3
commit 0079b6d96d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ py39:
stage: test
image: python:3.9-alpine
before_script:
- apk add --no-cache gcc libmagic
- apk add --no-cache libmagic
- pip install tox --no-cache-dir
script: tox -e py39