Merge branch 'fix-test-ci' into 'develop'

CI: Add python in test stage

See merge request pleroma/admin-fe!218
This commit is contained in:
Haelwenn 2022-08-07 22:09:49 +00:00
commit f1594354d6

View file

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