diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2869f90425299cf5a1157e02cd6b5411ef30ec96..7afed937dac8bf6c00950dab29a2b5fa2fdd6998 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,8 @@ pages-build:node:
   image: node:lts-alpine
   stage: build
   script:
-    - mkdir /build/public/js
-    - mkdir /build/public/css
+    - mkdir public/js
+    - mkdir public/css
     - yarn install
     - yarn compile
   artifacts: