diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74d770f6ce33fe9bfbdfef7dd5ea513284e1f761..84a180cbaf78d7e3f0f6eabfb99f8ec84711a8e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,12 +6,10 @@ default: artifacts: expire_in: 72 hours paths: - - results/ - - images/ - # exclude: - # - .git/ - # - datasets/.git/ - # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install + - .local/detector + - .local/lib + - results + - config stages: - config @@ -41,12 +39,6 @@ detector: paths: - .local/detector - .local/lib - artifacts: - paths: - - .local/detector - - .local/lib - - results - - config script: - ./util/print_env.sh - ./util/build_detector.sh