Skip to content
Snippets Groups Projects
Commit a0638b5c authored by Alina Schmidt's avatar Alina Schmidt
Browse files

Test build job

parent 9a0f3c4a
No related branches found
No related tags found
No related merge requests found
Pipeline #73466 passed
......@@ -28,11 +28,11 @@ build-job:
script:
- cd DefineAndRunPipeline/webservice
- go mod download
- go build -o ./artifact.bin ./*.go
- go build $GO_BUILD_ARGS -o $GO_BIN_PATH .
artifacts:
paths:
- ./artifacts
- $GO_BIN_PATH*
test-job:
stage: test
......
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