File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ variables:
17
17
HOMEBREW_CACHE : " ${CI_PROJECT_DIR}/tmp/Homebrew"
18
18
19
19
default :
20
+ image : registry.gitlab.com/matrixai/engineering/maintenance/gitlab-runner
20
21
interruptible : true
21
22
before_script :
22
23
# Replace this in windows runners that use powershell
@@ -43,7 +44,6 @@ stages:
43
44
- integration # Cross-platform application bundling, integration tests, and pre-release
44
45
- release # Cross-platform distribution and deployment
45
46
46
- image : registry.gitlab.com/matrixai/engineering/maintenance/gitlab-runner
47
47
48
48
check:lint :
49
49
stage : check
@@ -157,6 +157,9 @@ build:linux:
157
157
- if : $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
158
158
159
159
build:windows :
160
+ inherit :
161
+ default :
162
+ - interruptible
160
163
stage : build
161
164
needs : []
162
165
tags :
You can’t perform that action at this time.
0 commit comments