From 141358595e59db9100be57bbd354ef56e87a79ca Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Fri, 29 Jul 2016 00:54:25 +0200 Subject: [PATCH] fix gitlab ci --- .gitlab-ci.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 598507a..d9f5603 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,24 +4,10 @@ stages: - test - release -testLEGACY: +test: stage: test script: - - npmci test legacy - tags: - - docker - -testLTS: - stage: test - script: - - npmci test lts - tags: - - docker - -testSTABLE: - stage: test - script: - - npmci test stable + - npm test tags: - docker