diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b7978b..b4ae7f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -9,4 +9,4 @@ test: | |||
| 9 | - pyenv install 3.12 | 9 | - pyenv install 3.12 |
| 10 | - pyenv global 3.12 | 10 | - pyenv global 3.12 |
| 11 | - pip install -r requirements.txt | 11 | - pip install -r requirements.txt |
| 12 | - pytest -m aoc | 12 | - pytest aoc |
