diff options
| -rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dc9339..93844d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -101,3 +101,15 @@ tests:python3.12: | |||
| 101 | stage: test | 101 | stage: test |
| 102 | script: | 102 | script: |
| 103 | - python3 -m unittest discover -v | 103 | - python3 -m unittest discover -v |
| 104 | |||
| 105 | tests:python3.13: | ||
| 106 | image: $CONTAINER_REGISTRY:python3.13 | ||
| 107 | stage: test | ||
| 108 | script: | ||
| 109 | - python3 -m unittest discover -v | ||
| 110 | |||
| 111 | tests:python3.14: | ||
| 112 | image: $CONTAINER_REGISTRY:python3.14 | ||
| 113 | stage: test | ||
| 114 | script: | ||
| 115 | - python3 -m unittest discover -v | ||
