From 967c9fd9d17dff2364475801a0724b4f6f171070 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 13 Jun 2016 23:31:41 +0200 Subject: [PATCH] now using legacy tag in gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0120683..e663acf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ testSTABLE: testLEGACY: stage: test script: - - npmci test 0 + - npmci test legacy allow_failure: true release: