diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b6541c59772683305f79f4c9e4a9fc63a8bd585..556f12f3f301062e2053ed854a00ec71d9d0d497 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,10 @@ stages:
 PreBuild:
   stage: Pre Build
   tags: [kszk]
-  image: node:latest
+  image: node:14.19-alpine3.14
   script:
+    -   'echo -n "Node version: " && node --version \
+      && echo -n "NPM version: " && npm --version'
     - npm install
     - npm run build
   cache: