@@ -15,6 +15,6 @@ steps:
path: /var/run/docker.sock
commands:
- docker build --build-arg STAGE=test -t mytestimage .
- - docker run --network="host" mytestimage python -m pytest test
+ - docker run mytestimage python -m pytest test
when:
event: [push]