diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0581335785e76e0b9329bf40266e524807a3475..2fd96600ddee639ac57dc7b210299b7724d1807e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ build-kernel:
   artifacts:
     paths:
       - "*.deb"
-      - "*/*.deb"
   script:
     - apt-get update
     - apt-get install -y build-essential curl bison flex bc rsync kmod cpio lsb-release libssl-dev
diff --git a/compile.bash b/compile.bash
index 9bebf1c478757b0e11e1c0615bbd6b94314b59dd..02d54eac2f4d9bd62415d041eddec44170f78a9f 100755
--- a/compile.bash
+++ b/compile.bash
@@ -51,9 +51,3 @@ cp ../config .config
 # update config with defaults if new options have been added
 make olddefconfig
 make deb-pkg
-
-# show current directory (for debug)
-ls .
-
-# show parent directory (for debug)
-ls ..