fix(test): adjust windows test

This commit is contained in:
Philipp Kunz 2018-07-02 22:52:45 +02:00
parent 2b77c8e019
commit 98f190ea21

View File

@ -134,7 +134,7 @@ windowsCompatibility:
image: stefanscherer/node-windows:10-build-tools
stage: metadata
script:
- npm install & npm test
- npm install; npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- windows