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

Add config.json to CI file

parent c78181b4
No related branches found
No related tags found
1 merge request!21Issue/68
Pipeline #
...@@ -8,6 +8,7 @@ before_script: ...@@ -8,6 +8,7 @@ before_script:
run_tests: run_tests:
stage: test stage: test
script: script:
- mv config.json.example config.json
- gulp build - gulp build
- cd build/ - cd build/
- mocha - mocha
......
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