Skip to content

Commit

Permalink
chore: fix gitlab build
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Jun 4, 2024
1 parent 34a5bb6 commit 33ababa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ include:

lint:
stage: test
image: ruby:3.2
image: ${BUILD_CONF_HARBOR_REGISTRY}/dhub/library/ruby:3.3
script:
- bundle install
- bundle exec rubocop

tests:
stage: test
image: ruby:$RUBY_VERSION
image: ${BUILD_CONF_HARBOR_REGISTRY}/dhub/library/ruby:$RUBY_VERSION
parallel:
matrix:
- RUBY_VERSION: ['2.7', '3.0', '3.1', '3.2']
- RUBY_VERSION: ['2.7', '3.0', '3.1', '3.2', '3.3']
services:
- name: postgres:13
- name: ${BUILD_CONF_HARBOR_REGISTRY}/dhub/library/postgres:13
alias: postgres
variables:
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down

0 comments on commit 33ababa

Please sign in to comment.