diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 291ed49016fc76224378fe52dbea4bb5de0beca1..152da589764057f641fd322ee51e08803de134bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:3.6
+image: python:3.8
 
 stages:
   - test
@@ -17,8 +17,13 @@ py37-django22:
   stage: test
   script: tox -e py37-django22
 
+py38-django22:
+  image: python:3.8
+  stage: test
+  script: tox -e py38-django22
+
 linters:
-  image: python:3.6
+  image: python:3.8
   stage: quality-assurance
   script: tox -e linters