diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d83b97..7fd8ef1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ image: ubuntu:xenial before_script: - apt update -qy - - apt install -y --no-install-recommends apt-transport-https software-properties-common + - apt install -y --no-install-recommends apt-transport-https software-properties-common curl - add-apt-repository -y ppa:deadsnakes/ppa - add-apt-repository -y ppa:cran/poppler # kitware (cmake) APT signing key - - apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 6d903995424a83a48d42d53da8e5ef3a02600268 + - curl -s https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - - apt-add-repository -y 'deb https://apt.kitware.com/ubuntu/ xenial main' # SBT bintray APT signing key - apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823 |