From 0cf1b6f6f7d25e0f16ccfe1665fc674f5de79a82 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Thu, 11 Nov 2021 11:32:57 +0100 Subject: [PATCH] Add git to GitLab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 193562f..a605ea6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: