# This file is a template, and might need editing before it works on your project. image: golang:latest stages: - test #- build - deploy test: stage: test script: - go test -race pages: stage: deploy script: - mkdir public - echo "go/log page" >public/index.html artifacts: paths: - public