fix test images
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-07-19 01:13:04 +02:00
parent 8c2000d2aa
commit 28ecf61c56

View file

@ -50,7 +50,7 @@ pipeline:
test-tox-pytest: test-tox-pytest:
when: when:
event: [ push ] event: [ push ]
image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64 image: cr.44net.ch/ci-plugins/tests
pull: true pull: true
commands: commands:
- python3 -m tox -e basic - python3 -m tox -e basic
@ -60,7 +60,7 @@ pipeline:
when: when:
branch: master branch: master
event: [ pull_request ] event: [ pull_request ]
image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64 image: cr.44net.ch/ci-plugins/tests
pull: true pull: true
commands: commands:
- python3 -m tox -e coverage - python3 -m tox -e coverage