Hello!
My team is currently using Gitlab CI/CD to run E2E using Selenium standalone as in the doc (End-to-end testing with GitLab CI/CD and WebdriverIO | GitLab).
But now we need to change the selenium image from a standard image to another Selenium standalone based on arm64. (Docker Hub)
Does gitlab also provide those images as service as well? If it does, how do i call them in my .yml file?
Best regards, Felipe.