diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-14 19:43:15 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-20 16:18:10 (GMT) |
commit | 21bc2fd945aa06c640bd609bf1e57cc208d6d6bd (patch) | |
tree | f7b6695d764cb506c4d0401727f9677eabdecac4 /.gitlab/os-linux.yml | |
parent | e3bce8edf435c107dac719952145f68b11b30741 (diff) | |
download | CMake-21bc2fd945aa06c640bd609bf1e57cc208d6d6bd.zip CMake-21bc2fd945aa06c640bd609bf1e57cc208d6d6bd.tar.gz CMake-21bc2fd945aa06c640bd609bf1e57cc208d6d6bd.tar.bz2 |
CI: Install jsonschema for schema testing
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 8e7a854..9438676 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -49,7 +49,7 @@ ### Fedora .fedora31: - image: "kitware/cmake:ci-fedora31-x86_64-2020-10-03" + image: "kitware/cmake:ci-fedora31-x86_64-2020-10-20" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" |