Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-common
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
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
go-common
Commits
ce6e4ea1
Commit
ce6e4ea1
authored
4 years ago
by
godog
Browse files
Options
Downloads
Patches
Plain Diff
Run tests via Gitlab CI
parent
693284d7
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Run tests via Gitlab CI
Pipeline
#6308
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
with
10 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
10
−
0
View file @
ce6e4ea1
stages
:
-
test
run_tests
:
stage
:
test
image
:
"
debian:buster"
script
:
-
"
apt
update"
-
"
env
DEBIAN_FRONTEND=noninteractive
apt
-y
install
golang
git"
-
"
go
test
-v
./..."
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