diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ee1a9b991faa9c9ba6f83e71df5369dcc5753e0..8d9cd916b381ae1c2162720bb52c66efd4abcc4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,5 @@ linting:
     - tox -e pep8
 unit_test:
   stage: unit-tests
-#  image: python:3.6-buster
   script:
-    - tox -e py36
\ No newline at end of file
+    - tox -e py37
\ No newline at end of file