From 5f24bff1c88bfdcf0c685318e82951296ff20c4d Mon Sep 17 00:00:00 2001
From: "Marcus V." <mkvreisdoefer@gmail.com>
Date: Sat, 8 Feb 2025 17:40:29 -0300
Subject: [PATCH] tem que resolver isso ae

Signed-off-by: Marcus V. <mkvreisdoefer@gmail.com>
---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbae7bc..d81e18d 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
-- 
GitLab