Skip to content
Snippets Groups Projects
.gitlab-ci.yml 193 B
Newer Older
  • Learn to ignore specific revisions
  • godog's avatar
    godog committed
    stages:
      - test
    
    run_tests:
      stage: test
    
    ale's avatar
    ale committed
      image: "debian:bullseye"
    
    godog's avatar
    godog committed
      script:
        - "apt update"
        - "env DEBIAN_FRONTEND=noninteractive apt -y install golang git"
        - "go test -v ./..."