version: '3'
services:
tests:
image: playui_py
command: ./execute_tests_bdd.sh
depends_on:
- setup
volumes:
- .:/app
environment:
- DOCKER_RUN=True
setup:
build:
context: .
dockerfile: Dockerfile