Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ include: # so this augments the base job (and is inherited by anything that extends it). rspec: services: - name: redis:7-alpine - name: redis:8-alpine alias: redis variables: LABKIT_TEST_REDIS_URL: redis://redis Loading docker-compose.yml +1 −1 Original line number Diff line number Diff line services: redis: image: redis:7-alpine image: redis:8-alpine ports: - "6390:6379" healthcheck: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ include: # so this augments the base job (and is inherited by anything that extends it). rspec: services: - name: redis:7-alpine - name: redis:8-alpine alias: redis variables: LABKIT_TEST_REDIS_URL: redis://redis Loading
docker-compose.yml +1 −1 Original line number Diff line number Diff line services: redis: image: redis:7-alpine image: redis:8-alpine ports: - "6390:6379" healthcheck: Loading