diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c4d78576d15aa9295c3aa3842137f6830d829377
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+# TODO: replace with container that provides all build deps.
+image: containers.ethitter.com:443/docker/images/debian:stretch
+
+before_script:
+  - apt-get update
+  - apt-get install devscripts build-essential lintian
+
+package:
+  stage: build
+  script:
+    - echo "Call debuild here"