diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ab7cf73be8e39b966921621ad9811a1a36a5afc..3b04b483932b157cc1712846d3700d9ac857b224 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,8 @@ stages:
 pages:
   stage: deploy
   before_script:
-    - sudo apt-get update
-    - sudo apt-get install -y zip
+    - apt-get update
+    - apt-get install -y zip
   script:
     - pip install poetry==1.8.2
     - poetry install