git remote -v
git remote rm origin
git remote add origin gitlab.com:repo/path.git

or

git remote set-url origin git@gitlab.com:repo/path.git