diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index efd56eb68339c3fffdc7df91bb56bbb37f6dc2e7..e0b3c27fb62c39754b85632c0d0fec97079e9cb0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ default:
   before_script:
     - apk add --update --no-cache git go
     - git submodule update --init --recursive
-    - sudo apt-update && sudo apt install Node.js
+    - apt-get update && apt-get install Node.js
     - npm create hyas@latest -- --template doks
     - hugo mod init gitlab.com/pages/hugo
     - hugo mod get -u github.com/gethyas/doks