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

fix gitlab-ci

parent cba7de54
No related branches found
No related tags found
2 merge requests!309Merge new updates into master,!283Homologa
Pipeline #28703 failed
......@@ -27,9 +27,9 @@ variables:
regression_tests:
stage: test
before_script:
- sudo apt-get update
- sudo apt-get install apt-transport-https ca-certificates -y
- sudo update-ca-certificates
- 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 &
......
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