Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-08 09:11:44 +00:00
parent af94781125
commit 63103d3b16

View File

@@ -20,7 +20,8 @@ codacy:
- master
- merge_request
image:
name: bash
name: alpine
script:
- apk install bash curl
- bash <(curl -Ls https://coverage.codacy.com/get.sh)