diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0b3c27fb62c39754b85632c0d0fec97079e9cb0..8bb20fed867c151063ebec8281653ea808ec7e28 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
-    - apt-get update && apt-get install Node.js
+    - apk add --update npm
     - npm create hyas@latest -- --template doks
     - hugo mod init gitlab.com/pages/hugo
     - hugo mod get -u github.com/gethyas/doks