diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68fc88e0162fcb1847f10043231059650cafd344..04ba19fd317e46ea0e8277516a2e1ca39a9480f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ prepare:index:
   script:
     - python .ci/generateIndex.py
     - mkdir .tmp
-    - cp index.md .tmp/.
+    - cp cards.md .tmp/.
   artifacts:
     expire_in: 1 day
     paths:
@@ -47,7 +47,7 @@ save:commitIndex:
     - git config user.email $GIT_ACCESS_EMAIL
   script:
     # copy the index and remove the temporary directory
-    - cp .tmp/index.md .
+    - cp .tmp/cards.md .
     - rm -rf .tmp
 
     # commit