From ad9e008c0b932495119d9345345ed7296027b52e Mon Sep 17 00:00:00 2001 From: Christoph Knote <christoph.knote@med.uni-augsburg.de> Date: Wed, 23 Mar 2022 17:11:34 +0100 Subject: [PATCH] So? --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 566d43e..cac36c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ test: stage: testing needs: [build_package] script: + - poetry update - poetry install - source `poetry env info --path`/bin/activate - make -- GitLab