From 466db423185009a61e402257d599d6a5c5842bfe Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sat, 5 Sep 2020 10:39:33 +0200 Subject: [PATCH] Add texlive-latex-recommended in Gitlab-CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: