66e510f0ee
I'm not sure why I used this tag; I probably copied it from [1] at the time? Let's just try latest. Update matchers so the screenshot jobs run [1] https://github.com/SeleniumHQ/docker-selenium Change-Id: I8ea7981dac54883822f3b6076b6f0f564571f018
6 lines
168 B
YAML
6 lines
168 B
YAML
- name: Run selenium container
|
|
shell:
|
|
executable: /bin/sh
|
|
cmd: |
|
|
docker run -d --network="host" -v /dev/shm:/dev/shm selenium/standalone-firefox:latest
|