diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5ec9610..f713f455 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ py37-django22: python3-djangorestframework python3-django-cas-server python3-psycopg2 python3-pil python3-babel python3-lockfile python3-pip python3-phonenumbers python3-bs4 python3-setuptools tox - texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended + texlive-latex-base texlive-latex-recommended texlive-lang-french lmodern texlive-fonts-recommended script: tox -e py37-django22 # Ubuntu 20.04 @@ -37,7 +37,7 @@ py38-django22: python3-djangorestframework python3-django-cas-server python3-psycopg2 python3-pil python3-babel python3-lockfile python3-pip python3-phonenumbers python3-bs4 python3-setuptools tox - texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended + texlive-latex-base texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended script: tox -e py38-django22 linters: