diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30bbbd1..c9dd7b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: build: stage: build script: - - rm -rf .git/modules/vendor + - rm -rf .git/modules/vendor ./vendor - git submodule sync - git submodule update --init --recursive - rm -rf build