diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bcb1717b5cd312b9e9f2f8363780139b9985a7e7..7c52b7966b1dc91334448b336ef8d0b0df29e5c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,7 @@
-image: node:latest # Much smaller than other variants, faster and more resource effective
+image: node:alpine # Much smaller than other variants, faster and more resource effective
 
 stages:
   - install_dependencies
-  - lint
   - build_project
 
 install_dependencies: