From 2073ce5cff6e544f00e6e7bf75ea917aa18546e3 Mon Sep 17 00:00:00 2001
From: Marcel Rieger <marcel.rieger@cern.ch>
Date: Thu, 16 Feb 2017 16:20:02 +0100
Subject: [PATCH] Skip DLBDT for the moment during CI.

---
 .gitlab-ci.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f0a102..0b93d5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,20 +44,6 @@ BDT:
       - bdt.txt
     name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
 
-DLBDT:
-  stage: test
-  script:
-    - cd $CMSSW_BASE
-    - tar -xzf $CI_HOME/cmssw.tgz
-    - cd src
-    - scram b python
-    - cd $CI_HOME
-    - DLbdt_test | tee -i dlbdt.txt
-  artifacts:
-    paths:
-      - dlbdt.txt
-    name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
-
 MEM:
   stage: test
   script:
-- 
GitLab