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: