diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b93d5ecdcf9965ea556c6180d214f63ce286411..9f0a102c8b0d25477ff042da32e40f5a3ae69ef0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,20 @@ 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: