Use most recent image from develop as build cache
This commit is contained in:
parent
a30136d26d
commit
f5a3f59f1c
|
@ -134,7 +134,7 @@ test_api:
|
||||||
- postgres:9.4
|
- postgres:9.4
|
||||||
- redis:3
|
- redis:3
|
||||||
stage: test
|
stage: test
|
||||||
image: funkwhale/funkwhale:latest
|
image: funkwhale/funkwhale:develop
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_PROJECT_ID__pip_cache"
|
key: "$CI_PROJECT_ID__pip_cache"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue