Update .gitlab-ci.yml file
This commit is contained in:
@@ -21,6 +21,8 @@ codacy:
|
||||
- merge_request
|
||||
image:
|
||||
name: alpine
|
||||
variables:
|
||||
CODACY_PROJECT_TOKEN: $CODACY_PROJECT_TOKEN
|
||||
script:
|
||||
- apk add bash curl
|
||||
- bash <(curl -Ls https://coverage.codacy.com/get.sh)
|
||||
|
||||
Reference in New Issue
Block a user