diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-03-18 00:24:41 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-03-18 02:56:42 +0100 |
commit | d1217af71328c3dd3390d5e54e3dccd7d5b0a4fe (patch) | |
tree | 7d0220f26125c44055329c5d24eb8995968ae946 | |
parent | 25fbf2d068737d8e2970a89794e0bfb961ffae82 (diff) | |
download | clientdata-d1217af71328c3dd3390d5e54e3dccd7d5b0a4fe.tar.gz clientdata-d1217af71328c3dd3390d5e54e3dccd7d5b0a4fe.tar.bz2 clientdata-d1217af71328c3dd3390d5e54e3dccd7d5b0a4fe.tar.xz clientdata-d1217af71328c3dd3390d5e54e3dccd7d5b0a4fe.zip |
Match builder OS
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13433170..eac9e938 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,9 +25,9 @@ before_script: manaplus: stage: test + image: debian:buster script: - ./.tools/manaplus.sh - image: debian:unstable artifacts: paths: - shared |