Fakultas Ilmu Komputer UI
stages: - test golang: stage: test script: - go get -u github.com/jstemmer/go-junit-report - go test -v 2>&1 | go-junit-report -set-exit-code > report.xml artifacts: when: always reports: junit: report.xml