Git tag missmatch

I am getting an issue with git tag. I use this information to set the version number in my code.
I get a different status when I check git tag from my terminal than on CircleCI.
all my builds are wrong since it keeps seeing an old tag I removed and that do NOT exist anymore in my git repo.

I tried almost everything…