From 919a23cd09e6a4436845bfe8aee1eb54c95be6c8 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 18 Sep 2017 19:10:21 +0200 Subject: [PATCH] test yml behaviour --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1128296..2dfed6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ testLEGACY: script: - npmci node install legacy - npmci npm install - - npmci npm test +# - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker