diff --git a/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy b/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy
index 3d6004d95fda1bce55792aee3cf377908c51a160..1fa90a01ffdbe70611dfe8601b55387d3d2f9b2e 100644
--- a/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy	
+++ b/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy	
@@ -108,6 +108,8 @@ node {
             '''
                 mkdir git
                 cd git
+                export WORKSPACE=$(pwd)
+                echo $WORKSPACE
             '''
         )
         git(
@@ -119,7 +121,12 @@ node {
         sh(
                 '''
                 ls -la
-                cp -r git/* ./
+                pwd
+                cp -r * ../
+                cd ..
+                export WORKSPACE=$(pwd)
+                echo $WORKSPACE
+                ls -la
             '''
         )
         sh('''