diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4622dae64e5f03d74e7fcb5f67162b1696b23406..82ef0f4b557f25b5b28e74cc2536b667857a0056 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,20 +2,6 @@ stages:
 - prepare
 - deploy
 
-download:
-  stage: prepare
-  image: alpine
-  before_script:
-  - apk add unzip curl
-  script:
-  - 'curl --location --output artifacts.zip "https://git.rwth-aachen.de/api/v4/projects/42490/jobs/artifacts/master/download?job=generate&job_token=${CI_JOB_TOKEN}"'
-  - mkdir -p inputs
-  - unzip -d inputs artifacts.zip
-  - rm artifacts.zip
-  artifacts:
-    paths:
-    - inputs
-
 test:
   stage: deploy
   image: hrektts/mdbook:0.4.3
@@ -30,10 +16,7 @@ pages:
   stage: deploy
   image: hrektts/mdbook:0.4.3
   script:
-  - cp inputs/ProfileList.md inputs/graph.svg src/
   - mdbook build
-  dependencies:
-  - download
   artifacts:
     paths:
     - public