Ver Fonte

add runner

kim há 4 anos atrás
pai
commit
2a2f57fcce
1 ficheiros alterados com 5 adições e 3 exclusões
  1. 5 3
      .gitlab-ci.yml

+ 5 - 3
.gitlab-ci.yml

@@ -10,7 +10,9 @@ analysis:
   stage: analysis
   image: golang
   script:
-  - go version && go env
-  - go test -short $(go list ./...) | grep -v "no test"
+    - go version && go env
+    - go test -short $(go list ./...) | grep -v "no test"
   only:
-  - merge_requests
+   - merge_requests
+  tags:
+    - common