diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa0d9541300daeac35be79692c76985b5fd5e234..3d4699d3bd251930b87149a46d2aa0121a639d15 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,7 +110,7 @@ lint:
 #######################################################################################################################################
 
 .deploy:
-  image: node:16.14.0-alpine
+  image: node:14.6.0
   stage: deploy
   script:
     # Install ssh-agent if not already installed, it is required by Docker.