diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d74d7d44e4a02dc6dcfb0a58ab05729068e572c..265cfcd04bbea8e1cbad2cf8db1dc720b8e8129d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -125,7 +125,7 @@ pages:
     - DEBIAN_FRONTEND='noninteractive' apt install -y texlive-latex-recommended texlive-latex-extra texlive-science pdf2svg
     - pip install -U Pillow
     - pip install -e ./
-    - apt install -y python-opengl xvfb # Virtual framebuffer for GL stuff.
+    - apt install -y xvfb # python-opengl  # Virtual framebuffer for GL stuff.
     - rm -rf tests/tests_images # blow tests_images folder if exists.
     - cd tests
     - xvfb-run -s "-screen 0 1400x900x24" python -m unittest test_slider.py