Use GitLab CI to run tests locally?

Since a few months ago this is possible using gitlab-runner: gitlab-runner exec docker my-job-name Note that you need both docker and gitlab-runner installed on your computer to get this working. You also need the image key defined in your .gitlab-ci.yml file. Otherwise won’t work. Here’s the line I currently use for testing locally using gitlab-runner: … Read more