Run your CI/CD jobs in Docker containers | GitLab - 0 views
-
If you run Docker on your local machine, you can run tests in the container, rather than testing on a dedicated CI/CD server.
-
Run other services, like MySQL, in containers. Do this by specifying services in your .gitlab-ci.yml file.
-
By default, the executor pulls images from Docker Hub
- ...10 more annotations...