CI: add make in integration_python_definition for local gitlab-runner
Context
It is not possible to run locally gitlab-runner docker exec [a integration python test] because of the missing binaries. Building the binaries should be enough. It does not add any complexity for the CI as the binaries do exist thanks to the dependency on the job build. Reported by @bidinger
Manually testing the MR
# any python integration test job
gitlab-runner exec docker integration:basic
Remove make in the definition and you'll see it was not possible before.