Skip to content
Snippets Groups Projects
Commit a4da3253 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

No unit tests currently, will be work for SWT next term

parent a0e2aa3a
Branches
Tags
No related merge requests found
...@@ -22,17 +22,17 @@ tslint: ...@@ -22,17 +22,17 @@ tslint:
- npm install - npm install
- node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project - node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project
unit_tests: #unit_tests:
stage: test # stage: test
tags: # tags:
- nodejs # - nodejs
allow_failure: false # allow_failure: false
dependencies: [] # dependencies: []
variables: # variables:
CHROME_BIN: /usr/bin/google-chrome # CHROME_BIN: /usr/bin/google-chrome
script: # script:
- npm install # - npm install
- npm test # - npm test
ngbuild: ngbuild:
stage: build stage: build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment