Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
replds2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
replds2
Commits
fddcaff3
Commit
fddcaff3
authored
1 year ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Use new CI templates
parent
d1ed8038
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#57377
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-16
1 addition, 16 deletions
.gitlab-ci.yml
with
1 addition
and
16 deletions
.gitlab-ci.yml
+
1
−
16
View file @
fddcaff3
stages
:
-
test
run_tests
:
stage
:
test
image
:
registry.git.autistici.org/ai3/docker/test/golang:master
script
:
-
run-go-test ./...
artifacts
:
when
:
always
reports
:
coverage_report
:
coverage_format
:
cobertura
path
:
cover.xml
junit
:
report.xml
include
:
"
https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment