Reuse project namespace and username from variables
Some project paths and repository configurations were hardcoded to a specific user.
Gitlab already supplies the project path and username via the environment variables in the Job context and via python-gitlab API after authentication.
Let's reuse this information to create more generic project paths and remote configurations.