diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7fc9caeffa176edbb3ac4d1c0c240b8faf8a7de1
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+image: python:3.6
+
+stages:
+ - build
+
+before_script:
+  - "pip install -U platformio"
+  - "cp ampel-firmware/config.public.h ampel-firmware/config.h"
+
+job:
+  stage: build
+  script: "platformio run"