diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 143cee2614..a5e422fab3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ before_script: - if [ -d .git ]; then echo "is git dir"; else - git clone $CI_REPOSITORY_URL . ; + git clone $CI_REPOSITORY_URL; fi; - rm -f .git/index.lock - rm -f .git/shallow.lock