From a8f3c63cba78a3b88e6d40943f3141b9e32bdff4 Mon Sep 17 00:00:00 2001 From: Alban Jubert Date: Tue, 29 Nov 2016 15:50:37 +0100 Subject: [PATCH] Remove test report publishing in gitlab ci --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adaa028..a4c93f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,15 +40,3 @@ test: paths: - tests/report -deploy report: - stage: deploy - dependencies: - - test - script: - - mv -f tests/report/ public/ - artifacts: - paths: - - public - expire_in: 30 days - only: - - master