From 8d76bd255ac9dabd23a9709dbfe8b43a1f840ac4 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 23 Sep 2020 20:38:26 +0200 Subject: [PATCH] Fix syntax of gitlabci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0937fd..9fc7fd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ py37-django22: - > apt-get update && apt-get install --no-install-recommends -t buster-backports -y - python3-django python3-django-casclient python3-django-reversion python3-djangorestframework \ + python3-django python3-django-casclient python3-django-reversion python3-djangorestframework python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi script: tox -e py37 @@ -22,7 +22,7 @@ py38-django22: - > apt-get update && apt-get install --no-install-recommends -y - python3-django python3-django-casclient python3-django-reversion python3-djangorestframework \ + python3-django python3-django-casclient python3-django-reversion python3-djangorestframework python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi script: tox -e py37