Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-08 09:12:29 +00:00
parent 63103d3b16
commit b4de8adff4

View File

@@ -22,6 +22,6 @@ codacy:
image: image:
name: alpine name: alpine
script: script:
- apk install bash curl - apk add bash curl
- bash <(curl -Ls https://coverage.codacy.com/get.sh) - bash <(curl -Ls https://coverage.codacy.com/get.sh)