From 5a0ab5080df9032b6735120d4db6913f690a8c24 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 21 Jun 2016 19:11:45 +0200 Subject: [PATCH] fix stages --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b22ee2..fb25a53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ testLEGACY: stage: test1 script: - npmci test legacy + only: + - tags tags: - docker @@ -17,6 +19,8 @@ testLTS: stage: test2 script: - npmci test lts + only: + - tags tags: - docker @@ -24,6 +28,8 @@ testSTABLE: stage: test3 script: - npmci test stable + only: + - tags tags: - docker