Missing container name in gitlabci

This commit is contained in:
Eliot Berriot 2017-06-25 18:22:17 +02:00
parent 3e7aaedfbe
commit 0692dde06d
1 changed files with 3 additions and 2 deletions

View File

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