diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f534bae348166c6b5418f8b29d578dd180d06735..0d5176cbe78225085ef29a60eaf882af4535b601 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,9 @@ image: python:3.11-slim
 # Functions that should be executed before the build script is run
 before_script:
   - python3 -m pip install sphinx
+
+stages:
+  - pages
 pages:
   script:
     - sphinx-build -b html docs/ public/