doc/user/project/integrations/mock_ci.md
{{< details >}}
{{< /details >}}
[!note] This integration is only available in a development environment.
To set up the mock CI service server, respond to the following endpoints:
commit_status: #{project.namespace.path}/#{project.path}/status/#{sha}.json
200 { status: ['failed'|'canceled'|'running'|'pending'|'success'|'success-with-warnings'|'skipped'|'not_found'] }.pending.build_page: #{project.namespace.path}/#{project.path}/status/#{sha}
For an example Mock CI server, see gitlab-org/gitlab-mock-ci-service.