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

fix gitlab-ci

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