diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af0fc1430822a04f24331ce2c32cdc3c4dffec3b..49d71255f55c682bea6de0623e15e043c005d965 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,15 +13,6 @@ stages: - collect - finish -detector: - stage: init - script: - - mkdir -p detector - - bash init/build_detector.sh - artifacts: - paths: - - detector - include: - local: 'dis/config.yml' - local: 'dummy/config.yml'