From e88cf10ff289764e50de3c29809ce725efbb75b9 Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Fri, 19 Jan 2024 17:34:45 +0100 Subject: [PATCH] Update pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3c8db4..14d16d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build-env: - pip install poetry - cd build/ - poetry install --no-root - - poetry shell --no-interaction + - source $(poetry env info --path)/bin/activate - cd .. test-jobs: -- GitLab