Skip to content
Snippets Groups Projects
Commit efb02416 authored by ludo8147's avatar ludo8147
Browse files

test gitlab runner03

parent cde54fda
No related branches found
No related tags found
No related merge requests found
Pipeline #68988 failed
......@@ -19,12 +19,16 @@ stages:
job_test:
stage: 'test'
image: 'mirror.gcr.io/library/golang:1.21'
tags:
- gitlab-runner03
script:
- go test -race -v ./...
job_build:
stage: build
image: mirror.gcr.io/library/golang:1.21
tags:
- gitlab-runner03
before_script:
- mkdir -p ./artifacts
script:
......@@ -40,6 +44,7 @@ job_publish:
image: 'public.ecr.aws/lts/ubuntu:22.04'
tags:
- docker-privileged
- gitlab-runner03
dependencies:
- job_build
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment