diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5ec9610ed7c96f52560cde6e4c7bcb56512bf63..f713f455bd29323de0c4cd8a18a84515646a1c66 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: