Fix the image name

This commit is contained in:
Mark Felder 2024-01-21 04:06:17 +00:00
parent aee971bd26
commit 058fa5471a
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ build-1.15.7-otp-25:
- .build_changes_policy
- .using-ci-base
stage: build
image: git.pleroma.social:5050/pleroma/pleroma/ci-base-1.15
image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15
allow_failure: true
script:
- mix compile --force
@ -147,7 +147,7 @@ unit-testing-1.15.7-otp-25:
- .build_changes_policy
- .using-ci-base
stage: test
image: git.pleroma.social:5050/pleroma/pleroma/ci-base-1.15
image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15
allow_failure: true
cache: *testing_cache_policy
services: *testing_services