summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-20 22:53:07 -0500
committerMark Felder <feld@feld.me>2024-01-20 22:53:07 -0500
commit68f421c203b8b5b178abf0f6dd0e10ee09063d5a (patch)
tree1592f1bacac74dcfb36dc80dc4b248f23ee0636f /.gitlab-ci.yml
parent17904003139f72780fcb151491e706f3cdd2374d (diff)
Use our own 1.15 ci-base image
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 fde220020..094e45cf5 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: elixir:1.15.7-otp-25
+ image: git.pleroma.social:5050/pleroma/pleroma/ci-base-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: elixir:1.15.7-otp-25
+ image: git.pleroma.social:5050/pleroma/pleroma/ci-base-1.15
allow_failure: true
cache: *testing_cache_policy
services: *testing_services