diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbae7bc2de91e5799eefb75c242b707077c1b872..d81e18d1bdd6519aee8265db259ebd84a2762a1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,14 @@
+image: node:lts
+
 stages:
   - test
 
 test:
-  image: dockerregistry.c3sl.ufpr.br/node:16
   before_script:
     - npm install
   script:
     - npm test
   only:
     - main
-
+  tags:
+    - node