From 1de4fae2a0167f8ec8e80a0a92ca55d90442fb3e Mon Sep 17 00:00:00 2001
From: Hamer Iboshi <hi15@inf.ufpr.br>
Date: Mon, 16 Sep 2019 11:31:51 -0300
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d30f0b..ff351d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+image: node:9.2.1
+
 stages:
   - test
 
@@ -6,11 +8,10 @@ regression_tests:
   before_script:
     - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
     - python get-pip.py
-    - sleep 60
   script:
     - cd lde-api-regression-test
     - git checkout development
     - pip install -r requirements.txt
     - python manage.py compare
   tags:
-    - ubuntu
+    - node
-- 
GitLab