mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix gitlab runner tags
This commit is contained in:
parent
2bf4ac8522
commit
3e5c693e89
1 changed files with 6 additions and 1 deletions
|
@ -3,8 +3,13 @@ image: registry.gitlab.com/ultimaker/cura/cura-build-environment:centos7
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-and-test:
|
|
||||||
|
build and test linux:
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- cura
|
||||||
|
- docker
|
||||||
|
- linux
|
||||||
script:
|
script:
|
||||||
- docker/build.sh
|
- docker/build.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue