diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d9e2772286095451bd58fc09f6423b5197342ad..cbba6527122666dcdc75d2b2ff6522dee1a3ce99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ stages:
 pages:
   stage: deploy
   script:
-    - pip instal pydata-sphinx-theme
+    - pip install pydata-sphinx-theme
     - python -m sphinx -b html docs/ public
   artifacts:
     paths: