diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d910736..097f249 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,9 @@ stages: testLEGACY: stage: test script: - - npmci test legacy + - npmci node install lts + - npmci npm install + - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker @@ -24,7 +26,9 @@ testLEGACY: testLTS: stage: test script: - - npmci test lts + - npmci node install lts + - npmci npm install + - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker @@ -32,7 +36,9 @@ testLTS: testSTABLE: stage: test script: - - npmci test stable + - npmci node install stable + - npmci npm install + - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker @@ -40,7 +46,8 @@ testSTABLE: release: stage: release script: - - npmci publish + - npmci npm prepare + - npmci npm publish only: - tags tags: