From aec150a24000b84286b3c683b151021e78d5e85a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 3 Jun 2020 09:15:19 +0000 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ebc8b5..5497958 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,17 @@ testStable: - docker - priv +testStable: + stage: test + script: + - npmci npm prepare + - npmci node install stable + - npmci npm install + - npmci npm test + coverage: /\d+.?\d+?\%\s*coverage/ + tags: + - windows + testBuild: stage: test script: