From a4080b5af4192fb93dbd119affdd803186df4c88 Mon Sep 17 00:00:00 2001
From: Lene Wasskog <lene.wasskog@nibio.no>
Date: Mon, 26 May 2025 13:05:37 +0200
Subject: [PATCH] chore: Try with different url

---
 trigger_model_verification.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trigger_model_verification.sh b/trigger_model_verification.sh
index 4f603bc..47a3064 100755
--- a/trigger_model_verification.sh
+++ b/trigger_model_verification.sh
@@ -19,7 +19,7 @@ PIPELINE_JSON=$(curl --fail --silent --show-error --request POST \
   --form ref="$REF" \
   --form "variables[VERSION]=$VERSION" \
   --form "variables[PURPOSE]=$PURPOSE" \
-  "$API_URL/projects/${PROJECT_ID}/trigger/pipeline")
+  "$API_URL/projects/${PROJECT_ID}/pipeline")
 
 # Extract pipeline ID
 PIPELINE_ID=$(echo "$PIPELINE_JSON" | jq -r '.id')
-- 
GitLab