From e610edb5e086ec5b4f3e94f1ad161232451ec395 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Sun, 7 Jan 2024 15:52:30 +0100
Subject: [PATCH] Use the script from search service

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 347f3278dc..5b18e37f52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,8 @@ build-analyse-service:
   image: python:3.9-slim
   stage: build
   script:
-    - apt-get update && apt-get install -y pipenv
-    - "PIPENV_PIPFILE=./dbrepo-analyse-service/Pipfile pipenv install --dev"
+    - "pip install pipenv"
+    - "cd dbrepo-analyse-service && pipenv install --system --deploy"
 
 build-data-service:
   image: maven:3-openjdk-17
-- 
GitLab