Run tests in prebuilt docker image
This commit is contained in:
parent
62ba4f4381
commit
913bfecd9c
|
@ -123,7 +123,7 @@ test_api:
|
||||||
- postgres:11
|
- postgres:11
|
||||||
- redis:5
|
- redis:5
|
||||||
stage: test
|
stage: test
|
||||||
image: $CI_REGISTRY/$IMAGE
|
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_PROJECT_ID__pip_cache"
|
key: "$CI_PROJECT_ID__pip_cache"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue