From 0ae787d108d54b83f1e3c4a0831a5e81ddbd5623 Mon Sep 17 00:00:00 2001
From: Julien Leduc <julien.leduc@cern.ch>
Date: Thu, 21 Dec 2017 11:15:06 +0100
Subject: [PATCH] introducing regressions and shouldfail stages

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51e6a28f58..30437c423a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,8 @@ stages:
   - build:dockerimage
   - rename:dockerimage
   - test
+  - regressions
+  - shouldfail
   - publish_rpm
 
 before_script:
@@ -151,7 +153,7 @@ archiveretrieve:
 
 
 nightly1:
-  stage: test
+  stage: shouldfail
   only:
     - triggers
     - schedules
@@ -170,7 +172,7 @@ nightly1:
     - xlarge
 
 regressioneos:
-  stage: test
+  stage: regressions
   only:
     - triggers
     - schedules
-- 
GitLab