From 1c3b33002f7037b48f8f053e93c10006a3a6180b Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Mon, 22 Jan 2024 17:28:41 +0100 Subject: [PATCH] simplify pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c509b2c..c9ffaa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ before_script: - poetry --version - cd build/ - poetry install --no-root + - source $(poetry env info --path)/bin/activate - cd .. -- GitLab