From edb20919bd9dfd9edec6d837e60fa97c6f5efd52 Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Fri, 19 Jan 2024 21:15:13 +0100 Subject: [PATCH] Update pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f174ef0..efcb23c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ build-env: - pip install poetry - cd build/ - poetry install --no-root + - cd .. test-jobs: stage: test-jobs -- GitLab