Browse Source

cleanup

add_tests
demisel 6 months ago
parent
commit
8bab78b449
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

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

Loading…
Cancel
Save