diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee51d85e34bec788b28c1082ce5c54a2fedba051..72aa761e015eb5103dc2f6268e862bd33bf25708 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ sync_to_github:
     - git config --global user.email "bjorn_tore_lodding@hotmail.com"
     - git config --global user.name "BjornToreLodding"
     # Legg til GitHub som en remote
-    - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/BjornToreLodding/Hoplatest2
+    - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/BjornToreLodding/Hoplatest2.git
     # Pushe endringer til GitHub
     - git push github --all
     - git push github --tags