Skip to content
Snippets Groups Projects
Commit 035ff5fb authored by Gideon Bensch's avatar Gideon Bensch
Browse files

Update .gitlab-ci.yml file

parent 1210fb00
No related branches found
No related tags found
1 merge request!25Pipeline
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
......@@ -10,6 +10,11 @@ workflow:
# Otherwise
- when: never
stages:
- test
- build
- run
test-job:
stage: test
image: mirror.gcr.io/library/golang:1.21
......@@ -35,8 +40,8 @@ build-job:
deploy-prod:
stage: deploy
run-job:
stage: run
image: mirror.gcr.io/library/golang:1.21
script:
- echo "running locally..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment