diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 479c576ce0d0da4977d112172bcc85d9517c89fd..0b7ef512c1c07c4c9f0c94c7f44566060f5217b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,6 @@ doc:
         - export LC_ALL=$(locale -a | grep en_US)
         - export LANG=$(locale -a | grep en_US)
         - pip3 install -e . --no-deps
-        - apt-get install pandoc
         - sphinx-apidoc -o docs/source multiview_generator
         - cd docs/source
         - sphinx-build -b html . ../build