docker run --rm -d my/webfronent docker run --rm -d my/backend
Then run your tests.
Also worth noting is that the ubuntu image on github is fully loaded with tools including chromedriver to drive headless chrome.
Here's an example from one of my pipelines.
https://github.com/authn-proxy/authn-proxy/blob/master/.gith...