diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec49516..783ef5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,7 @@ stages: compile: stage: build script: - - mkdir dist - - go build -o dist/bingobot + - go build -o bingobot artifacts: paths: - - dist/bingobot + - bingobot