From 06e96e7778ba08eb3ae03eea41bb39f0b647e5f1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 1 Jun 2016 05:58:43 +0200 Subject: [PATCH] update gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dee704..00b7247 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,13 @@ testSTABLE: - npmci test stable tags: - docker + +testLEGACY: + stage: test + script: + - npmci test legacy + tags: + - docker release: stage: release