diff --git a/.woodpecker/tests.yml b/.woodpecker/tests.yml index 5bb21a8..cdd2918 100644 --- a/.woodpecker/tests.yml +++ b/.woodpecker/tests.yml @@ -50,7 +50,7 @@ pipeline: test-tox-pytest: when: event: [ push ] - image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64 + image: cr.44net.ch/ci-plugins/tests pull: true commands: - python3 -m tox -e basic @@ -60,7 +60,7 @@ pipeline: when: branch: master event: [ pull_request ] - image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64 + image: cr.44net.ch/ci-plugins/tests pull: true commands: - python3 -m tox -e coverage