summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-21 04:06:17 +0000
committerMark Felder <feld@feld.me>2024-01-21 04:06:17 +0000
commit058fa5471a0d0bfe9eb774e9aa34504ab4d9d90a (patch)
tree87488dffb6b0fe52a8c4b7f5a4312fd9b11847de /.gitlab-ci.yml
parentaee971bd2654f61729abc34be0401862f1308e88 (diff)
Fix the image name
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 094e45cf5..ca17be7c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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