From 11e1eec3fb9bf75267752dc49d65323d97500662 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 4 Jul 2019 16:21:35 +0200 Subject: [PATCH] ci: fix new dependencies not being installed on the fly --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f72385e4c..75fa83ea6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,10 @@ variables: POSTGRES_USER: passbook 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: image: name: gcr.io/kaniko-project/executor:debug