7cca99f
e2e6188
1 2 3 4 5 6
7
version: '3' services: test: image: "ubuntu:${DISTRO:-xenial}" volumes: - ../:/src command: /src/test/unit/test.sh