Skip to content

Commit 8ff1ccc

Browse files
committed
Use correct gopath on gitlab.
1 parent c80e5b7 commit 8ff1ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tests:
66
- go get -v github.com/bazelbuild/bazelisk
77
- go env GOPATH
88
script:
9-
- ../gopath/bin/bazelisk test //:test
9+
- /go/bin/bazelisk test //:test

0 commit comments

Comments
 (0)