summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3202b26..ac28cda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,10 +16,4 @@ unit:
image: golang:alpine
stage: test
script:
- - make test
-
-integration:
- image: golang:alpine
- stage: test
- script:
- - make integration-test
+ - go test ./...