This commit is contained in:
Eliot Berriot 2017-06-25 18:24:32 +02:00
parent 0692dde06d
commit 2bb3e1d5c6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ test_api:
script:
- docker-compose -f api/test.yml run test
after_script:
- docker-compose -f api/test.yml run test rm -rf api/funkwhale_api/media/*
- docker-compose -f api/test.yml run test rm -rf funkwhale_api/media/*
tags:
- dind