Skip to content
Snippets Groups Projects
Commit 49c7842b authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Change gitlab_ci file to use gulp test task

parent 608e0c1a
Branches
Tags
1 merge request!22Add istanbul to gulp task test
Pipeline #
...@@ -19,8 +19,7 @@ run_tests: ...@@ -19,8 +19,7 @@ run_tests:
- mv config.json.example config.json - mv config.json.example config.json
- sed -i -e 's/false/true/g' config.json - sed -i -e 's/false/true/g' config.json
- gulp build - gulp build
- cd build/ - gulp test
- mocha
tags: tags:
- node - node
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment