Is it possible to use an gitlab ci the same way as an github actions ci?
For a previous project I used github with github actions to analyse my code with sonarcloud. Now I am trying to do the same on gitlab. but the gitlab docker runner prevents me from both building and setting my code up for analysis.