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