-
João Victor Tozatti Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
João Victor Tozatti Risso authoredSigned-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
.gitlab-ci.yml 207 B
stages:
- test
before_script:
- npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha
- npm install
run_tests:
stage: test
script:
- gulp test
tags:
- node