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