From fee9d85697a35548c04d17c16cc39d37cfc1c04e Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Fri, 19 Jan 2024 22:07: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 8575f19..247368b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ before_script: - cd build/ - poetry install --no-root - source $(poetry env info --path)/bin/activate + - cd ../ format: script: -- GitLab