diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7bab1d497a2a52f3268b8832f6e82a68b482555..289dea0250985519a173e3e7d6cdd5cb1c2fc020 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: node:9.11.1
+image: node:20.11.1
 
 pages:
   cache:
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index baef29017e198a08538ca33b5b3a2f42e5bd7aa0..961b49fce0dba1df3e67a654455baf5ca75e97fb 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -1,6 +1,6 @@
 module.exports = {
     title: 'Lab 5',
     description: 'Lab 5',
-    base: '/vuepress/',
+    base: '/',
     dest: 'public'
 }
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 4495d9af8b0716e763acf155d90d23df1cef9704..e8ad5b98f22c55bf93093f9965c20c6a7b593f95 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,8 +10,7 @@
       "license": "MIT",
       "dependencies": {
         "vuepress": "^1.9.10"
-      },
-      "devDependencies": {}
+      }
     },
     "node_modules/@ampproject/remapping": {
       "version": "2.3.0",
diff --git a/package.json b/package.json
index 7b75725edd06b566c69533f9374ad78a7f55e4b0..a18e420b8bcbc6afdebd8d4855c45370140162e1 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,6 @@
     "build": "vuepress build docs"
   },
   "dependencies": {
-    "vuepress": "^1.9.10"
+   "vuepress": "^0.10.0"
   }
 }