diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2b282081d55771816b88aec9d8500771f3cf88a4
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+stages:
+  - test
+
+image: deepof
+
+test_a:
+  stage: test
+  script:
+    - echo "This job tests all functions in deepof.utils"
+    - pytest ./test_deepof/test_utils.py
\ No newline at end of file