From 1d2e7a9d60b81284b4e2fc0120fdafa4219ff6c8 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