Merge branch 'use-proper-image-for-ci-cache' into 'develop'
Use most recent image from develop as build cache See merge request funkwhale/funkwhale!451
This commit is contained in:
commit
a21db8d96a
|
@ -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