Skip to content

Commit a68e721

Browse files
committed
add runner tag
1 parent 513ea2f commit a68e721

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ stages:
1212
rspec:
1313
stage: rspec
1414
image: ruby:3.2.2
15-
RUNNER_TAG: "arm64"
15+
tags:
16+
- arm64
1617
script:
1718
- bundle install
1819
- rspec spec
@@ -22,7 +23,8 @@ rspec:
2223
to_gem:
2324
stage: publish
2425
image: ruby:3.2.2
25-
RUNNER_TAG: "arm64"
26+
tags:
27+
- arm64
2628
script:
2729
- mkdir -p ~/.gem
2830
- touch ~/.gem/credentials

0 commit comments

Comments
 (0)