diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..f759f6c49453cc9921964d727b2ffe00e05d4725
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+---
+
+image: stretch_python
+
+before_script:
+  - export LANG=en_US.UTF-8
+
+stages:
+  - test
+
+test:
+  stage: test
+  script:
+    - "python3 -m py_compile *.py"
+    - flake8 .