Missing container name in gitlabci

merge-requests/154/head
Eliot Berriot 2017-06-25 18:22:17 +02:00
rodzic 3e7aaedfbe
commit 0692dde06d
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
stages:
- build
- test
- build
test_api:
stage: test
@ -9,7 +9,7 @@ test_api:
script:
- docker-compose -f api/test.yml run test
after_script:
- docker-compose -f api/test.yml run rm -rf api/funkwhale_api/media/*
- docker-compose -f api/test.yml run test rm -rf api/funkwhale_api/media/*
tags:
- dind
@ -37,6 +37,7 @@ build_front:
tags:
- docker
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
# variables: