Browse Source

Maintenance: Switch to the correct CI image tag 2.7.3.

Martin Gruner 3 years ago
parent
commit
2c59c60adb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -1,5 +1,5 @@
 default:
-  image: registry.znuny.com/docker/zammad-ci:test-ruby-3.7
+  image: registry.znuny.com/docker/zammad-ci:2.7.3
 
 include:
   - local: '/.gitlab/ci/base.yml'