mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Use group gitlab runners
This commit is contained in:
parent
3e8ff04aa3
commit
2a7b887eb2
1 changed files with 5 additions and 8 deletions
|
@ -3,17 +3,14 @@ image: registry.gitlab.com/ultimaker/cura/cura-build-environment:centos7
|
|||
stages:
|
||||
- build
|
||||
|
||||
build-and-test:
|
||||
build and test linux:
|
||||
stage: build
|
||||
tags:
|
||||
- cura
|
||||
- docker
|
||||
- linux
|
||||
script:
|
||||
- docker/build.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- build
|
||||
|
||||
build-and-test_merge-requests:
|
||||
stage: build
|
||||
script:
|
||||
- docker/build.sh
|
||||
only:
|
||||
- merge_requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue