From 4057e6ca45290037536a103e5bdf61e519af74b9 Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Fri, 19 Jan 2024 22:49:28 +0100 Subject: [PATCH] Update pipeline --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62e4060..3242576 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,6 @@ stages: - test-jobs - test-tasks -before_script: - - poetry config virtualenvs.in-project true - cache: paths: - .venv @@ -19,6 +16,7 @@ build-env: - pip install poetry - poetry --version - cd build/ + - poetry config virtualenvs.in-project true - poetry install --no-root format: -- GitLab