Skip to content
Snippets Groups Projects
Commit e3b2ed0d authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

return original gitlab-ci

parent fe4d3fe0
No related branches found
No related tags found
2 merge requests!309Merge new updates into master,!283Homologa
Pipeline #28705 failed
image: node:10.24.1 image: node:9.2.1
stages: stages:
- test - test
...@@ -27,13 +27,10 @@ variables: ...@@ -27,13 +27,10 @@ variables:
regression_tests: regression_tests:
stage: test stage: test
before_script: 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 --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint
- npm install - npm install
- gulp build && gulp & - 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 - python get-pip.py
- sleep 60 - sleep 60
script: script:
...@@ -44,3 +41,4 @@ regression_tests: ...@@ -44,3 +41,4 @@ regression_tests:
- python manage.py compare --verbose - python manage.py compare --verbose
tags: tags:
- node - node
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment