diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3e859d2..7feb5aa 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,7 +11,7 @@ jobs: perl: runs-on: ubuntu-latest container: - image: voegelas/perl-devel-cover + image: voegelas/debian-devel steps: - uses: actions/checkout@v3 - name: perl -V diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13df983..3622893 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: voegelas/perl-devel-cover +image: voegelas/debian-devel test: stage: test