diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 113549d7bbdd4e8529b787a6f375ff65eca3f8bd..dae6f391d6be34b13edc0a18e512ddabc47f4548 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,3 +38,11 @@ python3.9:
   stage: test
   script:
   - python -m unittest
+
+python3.10:
+  image: python:3.10
+  tags:
+  - passoft
+  stage: test
+  script:
+  - python -m unittest
diff --git a/tox.ini b/tox.ini
index 2f1ef0ccee9f1d8c231993850923ea7e5f597020..10760b0e3ae453f9ae4d704e9d5672e6b22c3390 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py39, flake8
+envlist = py39, py310, flake8
 
 [testenv:flake8]
 basepython = python