diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ecbc66..4c2f399 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,11 +16,15 @@ before_script: lint: stage: test + tags: + - docker script: - golangci-lint linters - golangci-lint run test: stage: test + tags: + - docker script: - go test -test.v -cover ./... \ No newline at end of file