ci: run tests in tests job

This commit is contained in:
Jovan Krunić
2019-07-05 15:39:45 +02:00
committed by Rainer Killinger
parent 3ea2c3b98d
commit b98418f9e1

View File

@@ -18,12 +18,12 @@ build:
tags:
- docker
lint:
test:
stage: test
dependencies:
- build
script:
- npm run tslint
- npm run test
tags:
- docker