diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b4e515dd169ba5870aa517324fa77148d0aab99..766fb46582d65667c8f357a047a5ddaeae6431b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
 # This file is a template, and might need editing before it works on your project.
-# image: python:latest
+# This file is a template, and might need editing before it works on your project.
+image: python:latest
 
 before_script:
   - python3 -V                                   # Print out python version for debugging