Skip to content
Snippets Groups Projects
Commit fc99a44e authored by Dmitry Travyan's avatar Dmitry Travyan :bus: Committed by Igor Kuznetsov
Browse files

fix: gitlab-ci

parent ec23852f
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -7,12 +7,13 @@ cache:
paths:
- target
build:
stage: build
default:
tags:
- docker
- picodata
image: registry.gitlab.com/picodata/dockers/brod-builder:0.3
build:
stage: build
script:
- make
artifacts:
......@@ -22,17 +23,11 @@ build:
lint:
stage: test
tags:
- docker
image: registry.gitlab.com/picodata/dockers/brod-builder:0.3
script:
- make lint
test:
stage: test
tags:
- docker
image: registry.gitlab.com/picodata/dockers/brod-builder:0.3
script:
- make test_all
- ls target/debug/
......
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