diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b222cfb..5dac1e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ pages: - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:" # - git submodule update --remote - git submodule sync --recursive - - git submodule update --init --recursive --remote + - git submodule update --init --recursive --remote --force - hash -r - npm ci --cache .npm --prefer-offline script: