From eb98b3fb64a6a61bcccf6701bebdf33f977c581c Mon Sep 17 00:00:00 2001 From: Alban Jubert Date: Thu, 24 Nov 2016 16:16:26 +0100 Subject: [PATCH] Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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