diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 329329a04..1d055642c 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -78,7 +78,7 @@ run go tests: extends: .go-cache script: - echo "Running featurebase unit tests..." - - go test -covermode=atomic -coverpkg=./... -coverprofile=coverage.out ./... + - go test -covermode=atomic -coverpkg=.../molecula/featurebase/v2/... -coverprofile=coverage.out artifacts: paths: - coverage.out