Skip to content

Start test server before integration specs are run

What does this MR do?

This starts the test webserver before running integration tests as described by @rymai in https://gitlab.com/gitlab-org/gitlab-ce/issues/30236#note_26522204

By doing this, we make sure CI gets time to spin up the server before the first test request goes out, avoiding a timeout.

Closes #30236 (closed)

Merge request reports