Skip to content

Commit 8717469

Browse files
committed
Merge branch 'add-sast' into 'master'
add runner tag See merge request kdanmobile/shared-code-base/gems/error_response!30
2 parents 120eb8f + a68e721 commit 8717469

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ stages:
1212
rspec:
1313
stage: rspec
1414
image: ruby:3.2.2
15+
tags:
16+
- arm64
1517
script:
1618
- bundle install
1719
- rspec spec
@@ -21,6 +23,8 @@ rspec:
2123
to_gem:
2224
stage: publish
2325
image: ruby:3.2.2
26+
tags:
27+
- arm64
2428
script:
2529
- mkdir -p ~/.gem
2630
- touch ~/.gem/credentials

0 commit comments

Comments
 (0)