Add git to GitLab CI

This commit is contained in:
Alexandre Iooss 2021-11-11 11:32:57 +01:00
parent 600367a4a3
commit 0cf1b6f6f7

View file

@ -11,7 +11,7 @@ py39-django22:
apt-get update &&
apt-get install --no-install-recommends -y
python3-django python3-django-crispy-forms
python3-pil python3-pip python3-setuptools tox
python3-pil python3-pip python3-setuptools tox git
script: tox -e py39-django22
linters: