From 28ecf61c566755f862b42b57e9b30cf5fe58b212 Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Tue, 19 Jul 2022 01:13:04 +0200 Subject: [PATCH] fix test images --- .woodpecker/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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