From 774771d2156b27d9dd8161dbd5eb2eb049bfc69c Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 3 Mar 2025 19:28:38 +0100 Subject: [PATCH] WIP Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55c29c14a8..b07becabc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,6 +165,8 @@ build-metadata-service: build-analyse-service: image: docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION} stage: build + only: + - merge_requests variables: PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile" script: -- GitLab