From c620549476e607d41c4ccb341d66bdd82e3c03f6 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 19 Jun 2019 13:20:07 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c88ecd..f7e193a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,18 +49,6 @@ testLTS: tags: - docker - notpriv - -testSTABLE: - stage: test - script: - - npmci npm prepare - - npmci node install stable - - npmci npm install - - npmci npm test - coverage: /\d+.?\d+?\%\s*coverage/ - tags: - - docker - - notpriv release: stage: release