CI: Add python in test stage

This commit is contained in:
Haelwenn (lanodan) Monnier 2022-08-08 00:01:57 +02:00
parent f999074009
commit 137d744946

View file

@ -49,6 +49,7 @@ test:
key: '$CI_COMMIT_SHORT_SHA'
policy: pull
script:
- apk add python
- yarn test
docker: