diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63f197f3292ef9e8911787b108cfca2a680a238a..0124ab73bb5bb86ec353c4c54a36e81a32eb1061 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ unit-tests: stage: test before_script: - apt update && apt install -y make - - go get gocover-cobertura + - go install github.com/boumenot/gocover-cobertura@latest script: - make test - go tool cover -func=coverage.out