diff options
author | louiz’ <louiz@louiz.org> | 2018-06-10 21:40:56 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-06-10 21:40:56 +0200 |
commit | cdfb5d56fc42a117c629c2b81505a159d93eaa25 (patch) | |
tree | caa1598f979b9d204f16fc3f81dfa2b1bf1192b0 | |
parent | d146ce9fb6aec1eae0a1d6671945eb6fa03fabef (diff) | |
download | slixmpp-cdfb5d56fc42a117c629c2b81505a159d93eaa25.tar.gz slixmpp-cdfb5d56fc42a117c629c2b81505a159d93eaa25.tar.bz2 slixmpp-cdfb5d56fc42a117c629c2b81505a159d93eaa25.tar.xz slixmpp-cdfb5d56fc42a117c629c2b81505a159d93eaa25.zip |
apt install gpg before running the ci tests
-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 a6120a12..d301b45a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,5 @@ test: image: ubuntu:latest script: - apt update - - apt install -y python3 cython3 + - apt install -y python3 cython3 gpg - ./run_tests.py |