From e3b2ed0d48c9a3f53a7d45794f3646a813cb2e42 Mon Sep 17 00:00:00 2001
From: Miguel Salerno <mans17@inf.ufpr.br>
Date: Mon, 2 May 2022 11:26:37 -0300
Subject: [PATCH] return original gitlab-ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 738c3b11..d9d7a062 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: node:10.24.1
+image: node:9.2.1
 
 stages:
   - test
@@ -27,13 +27,10 @@ variables:
 regression_tests:
   stage: test
   before_script:
-    - apt update
-    - apt install apt-transport-https ca-certificates -y
-    - update-ca-certificates
     - npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint
     - npm install
     - gulp build && gulp &
-    - curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
+    - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
     - python get-pip.py
     - sleep 60
   script:
@@ -44,3 +41,4 @@ regression_tests:
     - python manage.py compare --verbose
   tags:
     - node
+
-- 
GitLab