Index: .gitlab-ci.yml
===================================================================
--- .gitlab-ci.yml	(revision ab26682f9fb816a08a9d4b0708e6e9ee3e068faa)
+++ .gitlab-ci.yml	(revision 437474e06d71f2a84b91387392dd9948b01767ad)
@@ -5,4 +5,5 @@
     - python3 --version
     - pip install -U sphinx
+    - pip install --upgrade sphinx_adc_theme
     - sphinx-build -b html doc/rst/ public
   artifacts:
@@ -16,5 +17,4 @@
     - cd tests
     - pip install -U pytest 
-    - pip install --upgrade sphinx_adc_theme
     - pytest --junitxml=report.xml
   artifacts:
