19 lines
348 B
Diff
19 lines
348 B
Diff
--- a/.gitlab-ci.yml
|
|
+++ b/.gitlab-ci.yml
|
|
@@ -9,16 +9,15 @@ image: golang:latest
|
|
# - env
|
|
|
|
|
|
- GOPATH: "$CI_PROJECT_DIR/.gocache"
|
|
PATH: "$CI_PROJECT_DIR/.gocache/bin:$PATH"
|
|
|
|
stages:
|
|
- test
|
|
- build
|
|
|
|
code_navigation:
|
|
stage: test
|
|
image: sourcegraph/lsif-go:v1
|
|
allow_failure: true # recommended
|
|
script:
|
|
- lsif-go
|