From 1ff62e68bf4b6f5d4a9360ba94d9227533bb5498 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 14 Oct 2024 13:10:32 +0200 Subject: [PATCH] WIP --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56f75a00e0..2f1354682b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -260,6 +260,9 @@ test-search-service: - build-search-service dependencies: - build-search-service + before_script: + - "cp ./dbrepo-search-service/init/clients ./dbrepo-search-service/clients" + - "cp ./dbrepo-search-service/init/omlib ./dbrepo-search-service/omlib" script: - "pip install pipenv" - "pipenv install gunicorn && pipenv install --dev --system --deploy" @@ -284,9 +287,6 @@ test-search-service-init: - build-search-service dependencies: - build-search-service - before_script: - - "cp ./dbrepo-search-service/init/clients ./dbrepo-search-service/clients" - - "cp ./dbrepo-search-service/init/omlib ./dbrepo-search-service/omlib" script: - "pip install pipenv" - "pipenv install gunicorn && pipenv install --dev --system --deploy" -- GitLab