diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index fe19c4d361..ad95512772 100644 --- a/docker/fedora/prepare.sh +++ b/docker/fedora/prepare.sh @@ -41,6 +41,8 @@ dnf install -y \ glslc \ gtk3 \ gtk3-devel \ + gtest \ + gtest-devel \ graphene \ graphene-devel \ gsl \ diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 3c846f13c1..ed5035cf6e 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -18,7 +18,7 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2020-06-25.0' + FEDORA_TAG: '2020-07-03.0' CERBERO_TAG: '2020-06-25.0' ANDROID_TAG: '2020-06-25.0' MANIFEST_TAG: '2020-06-25.0'