GitLab
GitLab CI/CD: Deploy and Test
Run your test suite against the deployed environment to validate changes.
.gitlab-ci.yml
This pipeline:
- Deploys to Zuplo and captures the output
- Extracts the deployment URL and passes it to the test stage
- Runs tests against the deployed environment
Next Steps
- Add MR preview environments with cleanup
- Run local tests before deploying
Last modified on