Skip to content
Snippets Groups Projects
Commit 1a870dec authored by João Victor Tozatti Risso's avatar João Victor Tozatti Risso
Browse files

Update GitLab CI to run tests

parent 92feed4f
No related branches found
No related tags found
1 merge request!7Refactor enrollments route to include query building
Pipeline #
......@@ -2,13 +2,14 @@ stages:
- test
before_script:
- npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha
- npm install
- npm install --global gulp-cli
- npm install --global mocha
run_tests:
stage: test
script:
- gulp && cd build/ && mocha
- gulp
- cd build
- mocha
tags:
- 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