diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d81e18d1bdd6519aee8265db259ebd84a2762a1f..737ada02283d8604d439980afb82854b50207c96 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,8 @@
-image: node:lts
+image: dockerregistry.c3sl.ufpr.br/node:lts
+
+cache:
+  paths:
+    - node_modules
 
 stages:
   - test