diff options
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a18376..67cb365 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ go_build: before_script: - apk add --no-cache git script: + - go install github.com/magefile/mage@latest - go build -o stanuki cmd/stanuki/main.go go_test: |
