Most likely you are hitting the seems in the tiles and the issue is possibly related to the fact that you are not using a separate collision sprite pinned to your player sprite. If your player has it's own default collision polygon the shape may be changing during animation of the run and that will cause a lot of odd collision issues. Check the platformer tutorials as they deal with creating a separate collision sprite and pinning it to the player.