diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eca9612c24be48d9e34a8cb63f3e2a0367cb07c7..21572678b7e4b6c6600f7974cd831f5716d7109c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,17 @@ before_script:
   - apt-get update
   - apt-get -y --no-install-recommends install devscripts lintian fakeroot
   - mkdir ../nginx-package-build.orig
+  - echo $CI_BUILDS_DIR
+  - echo $CI_PROJECT_DIR
+
+after_script:
+  - ls -la $CI_BUILDS_DIR
+  - ls -la $CI_PROJECT_DIR
 
 package:
   stage: build
   script:
     - debuild -us -uc
+#  artifacts:
+#    paths:
+#      - artifacts
diff --git a/debian/control b/debian/control
index 8f10a9f2e27511357abd108a46dfc4987fd4a9a6..0624a4bb0ed23fb2d0e4698045e09cd9547507e2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,3 +1,4 @@
+Source: sources
 Maintainer: Erick Hitter <nginx-build@mxh.ethitter.com>
 Build-Depends: debhelper (>= 8.0.0)
 Standards-Version: 3.9.3