diff --git a/.gitlab/test.gitlab-ci.yml b/.gitlab/test.gitlab-ci.yml index 78333f8..a2eb497 100644 --- a/.gitlab/test.gitlab-ci.yml +++ b/.gitlab/test.gitlab-ci.yml @@ -5,6 +5,8 @@ unit_tests: extends: - .go-cache script: + - ./swagger.sh install + - ./swagger.sh init - go install gotest.tools/gotestsum@latest - gotestsum --junitfile report.xml --format testname -- ./... -coverprofile=profile.cov - go tool cover -func profile.cov