diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62bae5bc0e4af2fd0c08c73735fe9f9227ef35d5..aed7631250b8f396a38e860ae3c30133138252d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,10 @@ build-job: # This job runs in the build stage, which runs first. unit-test-job: # This job runs in the test stage. stage: test + parallel: + matrix: + - PYTHON_VERSION: ["3.8", "3.9", "3.10"] + image: python:${PYTHON_VERSION} script: - echo "Running unit tests..." - pip install pytest