diff --git a/public/index.html b/public/index.html
index 757f4318e6e0c610c9291c3ddf243cf8b2cfe230..d01aa3675a96f12530dbc84eeaf8f1bb8a185c9e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,7 +39,7 @@
 
         // Function to load pins from CSV and add them to the map
         function loadPins() {
-            Papa.parse('public/data/pins.csv', {
+            Papa.parse('https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/data/pins.csv', {
                 download: true,
                 header: true,
                 complete: function(results) {