From 533d71a6cd667fd7eb333fe3b8fd6fac248e2b4d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 21 Sep 2017 16:24:23 +0200 Subject: [PATCH] update ci --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d9c983..8a457ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,9 +34,7 @@ testLEGACY: testStableWindows: stage: test script: - - yarn global add npmts - - yarn install - - yarn test + - yarn global add npmts && yarn install && yarn test coverage: /\d+.?\d+?\%\s*coverage/ tags: - windows