Run tests in prebuilt docker image

This commit is contained in:
Georg Krause 2021-06-17 12:19:29 +02:00
parent 62ba4f4381
commit 913bfecd9c
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -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: