diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e84b696b..91b5d302 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -793,8 +793,6 @@ valgrind@fedora:36: - .fedora-build@template variables: MESON_TEST_ARGS: '--suite=valgrind --no-suite=hardware --setup=valgrind' - before_script: - - dnf install -y valgrind # Python checks, only run on Fedora diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index f332bcb4..4f16f5c8 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -511,8 +511,6 @@ valgrind@{{distro.name}}:{{version}}: - .{{distro.name}}-build@template variables: MESON_TEST_ARGS: '--suite=valgrind --no-suite=hardware --setup=valgrind' - before_script: - - dnf install -y valgrind # Python checks, only run on Fedora