Testing the runner standalone

I would like to test the ci runner locally in laptop but it does not look like it is possible be the exec command does not support stages in the shell, is this true ?

The limitations are stated here: Limitations of gitlab-runner exec It only supports one job at a time, given on the command line. Example “gitlab-runner exec shell tests” builds job “tests” using “shell”.