diff --git a/ci/docker/compose.yml b/ci/docker/compose.yml index 14384497..9a4fb9cb 100644 --- a/ci/docker/compose.yml +++ b/ci/docker/compose.yml @@ -1,10 +1,10 @@ -include: +include: - ../../devconf/stepup/docker-compose.yml services: selenium: - image: selenium/standalone-chrome:latest + image: selenium/standalone-chromium:latest container_name: gateway-selenium environment: START_XVFB: "false"