ci: fix new dependencies not being installed on the fly

This commit is contained in:
Jens Langhammer 2019-07-04 16:21:35 +02:00
parent 765c5633df
commit 11e1eec3fb
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ variables:
POSTGRES_USER: passbook POSTGRES_USER: passbook
POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77" POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77"
before_script:
# Ensure all dependencies are installed, even those not included in passbook/build-base
- pip install -r requirements-dev.txt
create-build-image: create-build-image:
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug