BUilding selenium

This commit is contained in:
2024-03-24 19:02:42 -07:00
parent 980f487f4b
commit b0b2a3e950
3 changed files with 21 additions and 1 deletions

View File

@@ -11,4 +11,7 @@ stages:
only:
refs:
- master
# Ensure we login to docker hub before hand everytime
before_script:
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin