diff --git a/DefineAndRunPipeline/webservice/.gitlab-ci.yml b/DefineAndRunPipeline/webservice/.gitlab-ci.yml
index 5ea19caef36845375bc73e5ec5f86af3d2b32c1d..b6afd7d40c234d558db974a9d11c1ad49fbd0b7c 100644
--- a/DefineAndRunPipeline/webservice/.gitlab-ci.yml
+++ b/DefineAndRunPipeline/webservice/.gitlab-ci.yml
@@ -59,6 +59,6 @@ deploy-job:
     - |
       curl \
         --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
-        --upload-file DefineAndRunPipeline/webservice/$GO_BIN_PATH* \
+        --upload-file $GO_BIN_PATH* \
         "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/artifacts/${version}/"
 
diff --git a/README.md b/README.md
index cc660257d68ea530a1c2218f430d9e1fcb8a40b8..f9cb39c5ad6669624cd6b52fb20747c1256d98ce 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,5 @@
 
 ## Exercise: Define and run a Pipeline
 
-Aaron Goldenthal (2024), https://aarongoldenthal.com/posts/gitlab-ci-pipeline-for-go-projects/
\ No newline at end of file
+Aaron Goldenthal (2024), https://aarongoldenthal.com/posts/gitlab-ci-pipeline-for-go-projects/
+lucendio, https://github.com/lucendio/lecture-devops-code/blob/911cb6dab66674aa71789568494a27dc58108491/exercises/define-and-run-pipeline/.gitlab-ci.yml
\ No newline at end of file