Skip to content

Do not attach runner to a non-exsiting network in QA

What does this MR do?

We want to make it possible to run QA specs in the CI/CD environment, but we also want to test staging. Currently our tests for CI/CD pipelines assume that test docker network exists (CI/CD case), but it is perfectly fine to run tests when it does not exist too (staging case).

Does this MR meet the acceptance criteria?

  • Has been reviewed by Backend
  • End-to-end tests pass (package-qa manual pipeline job)

What are the relevant issue numbers?

Closes gitlab-qa#180 (closed)

Edited by Grzegorz Bizon

Merge request reports