Now the GitLab CI jobs have the TYPO3 version first and the
PHP version second, just like the GitHub Actions. This hopefully
helps avoid confustion like we had in the past, and helps
reduce cognitive load when working with the CI jobs.
Fixes#1571
Some GitLab jobs seem to run commands that do not belong in the
the corresponding job.
This change outputs the job name in CI in order to help us track
this down.
Related: #976