diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dee6d44d4c47aec8dec18603bd41738db512804b..21b7877c218d97a305c47fb5e24232a7aaa26561 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,7 +148,7 @@ lint-front: ssh "eatfast@$DOMAIN" "cd /var/www/eatfast-website/backend && git stash && - git pull && + git fetch && git checkout "$CI_COMMIT_BRANCH" && git stash && git pull &&