From 915952c9ab038dd087512f7f9d0b4b49b03c4621 Mon Sep 17 00:00:00 2001
From: nguyed99 <nguyed99@zedat.fu-berlin.de>
Date: Fri, 19 Jan 2024 17:29:50 +0100
Subject: [PATCH] Update pipeline

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35d72fe..a3c8db4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,8 +18,8 @@ build-env:
     - pip install poetry
     - cd build/
     - poetry install --no-root
-    - poetry shell
-    - cd..
+    - poetry shell --no-interaction
+    - cd ..
   
 test-jobs:
   stage: test-jobs
-- 
GitLab