Fix drone file
This commit is contained in:
parent
0634744835
commit
d64dca1ae1
1 changed files with 7 additions and 0 deletions
|
@ -30,4 +30,11 @@ pipeline:
|
|||
- python -m pytest -v --ignore data -k integration
|
||||
# Federation tests (with two local instances)
|
||||
- python -m pytest -v -s --ignore data -k federatio
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in a new issue