From 99538960de358aee9770c22eed807a7ba0d2cbfb Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Thu, 26 Nov 2020 13:52:54 +0100 Subject: [PATCH] CI: add make in integration_python_definition for local gitlab-runner --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed2a946f9577..bbfd4063506c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -312,6 +312,10 @@ integration:sandboxes:daemons-upgrade: dependencies: - build before_script: + # This line is only here to allow running gitlab-runner docker exec [job] + # locally. It does not add any complexity when running in the CI as `make` + # has been executed before. + - make # Load the environment poetry previously created in the docker image. # Give access to the Python dependencies/executables - . $HOME/.venv/bin/activate -- GitLab