Index: .gitlab-ci.yml
===================================================================
--- .gitlab-ci.yml	(revision 4125513314cf00992a714c26e83639bedbb71c5d)
+++ .gitlab-ci.yml	(revision 4125513314cf00992a714c26e83639bedbb71c5d)
@@ -0,0 +1,5 @@
+
+image: python:latest
+
+before_script:
+  - python --version  # For debugging
