diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f00e7fdd..eae277e45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ checks:tests: after_script: - ci/codecov-wrapper -F unittests before_script: - - sudo dnf install -y lvm2 vim-common python3-lxml python3-docutils + - sudo dnf install -y lvm2 vim-common python3-lxml python3-docutils sequoia-sqv - git clone -b release4.1 https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec - pip3 install --user --quiet -r ci/requirements.txt script: diff --git a/ci/codecov-wrapper b/ci/codecov-wrapper index 8c0549df6..c955f73a1 100755 --- a/ci/codecov-wrapper +++ b/ci/codecov-wrapper @@ -2,13 +2,11 @@ set -xe -gpg --no-default-keyring --keyring trustedkeys.gpg --import ci/codecov-keys.asc - curl -Os https://uploader.codecov.io/latest/linux/codecov curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig -gpgv codecov.SHA256SUM.sig codecov.SHA256SUM +sqv --keyring ci/codecov-keys.asc codecov.SHA256SUM.sig codecov.SHA256SUM shasum -a 256 -c codecov.SHA256SUM chmod +x codecov