diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..09a567743e7adf10b6145e15feb7de0d343e5031
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+default:
+  tags:
+    - docker
+  image: python:3.10-slim-buster
+
+my_tests:
+  # Good to put a small description here of what this job does
+  script:
+    - echo "Command 1"
+    - echo "Command 2"