From 3870705ea786bfaf807f19ca29a9223117ed3ebb Mon Sep 17 00:00:00 2001
From: Rainer Kartmann <rainer.kartmann@kit.edu>
Date: Tue, 21 Nov 2023 16:29:32 +0100
Subject: [PATCH] Fix name of downstream project

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 798eecad..67b8dc12 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -174,7 +174,7 @@ robot-api:
     TODO_ENV_VARIABLE: "This variable will be available to the CI pipeline of RobotAPI."
 
   trigger:
-    project: sw/armarx/robota-api
+    project: sw/armarx/robot-api
     # This is optional, but we could tell RobotAPI which ArmarxGui branch to use.
     branch: master
 
-- 
GitLab