diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25d77c6..adaa028 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ deploy report: dependencies: - test script: - - mv tests/report/ public/ + - mv -f tests/report/ public/ artifacts: paths: - public