From c55977d5e45d4f4e4243bb4ae73e1e36e6dd1da7 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Mon, 25 Jul 2016 01:57:51 +0200 Subject: [PATCH] fix tests --- .gitlab-ci.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3db05f6..ea2ad12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,26 +6,13 @@ stages: before_script: - "apt-get update && apt-get install nginx -y" - -testLEGACY: - stage: test - script: - - npmci test legacy - tags: - - docker - allow_failure: true - -testLTS: - stage: test - script: - - npmci test lts - tags: - - docker testSTABLE: stage: test script: - npmci test stable + only: + - tags tags: - docker