summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-11-27 19:40:41 +0100
committermathieui <mathieui@mathieui.net>2020-11-27 19:46:42 +0100
commit7e4b6647428e962109e9b6c7aea248bb21c222e2 (patch)
treeea292f0dd3178d08ebf836a153b7d4f6b8157711
parentddc3974d1b4cadf6ec0e830bad5379f9b87c8ee0 (diff)
downloadslixmpp-7e4b6647428e962109e9b6c7aea248bb21c222e2.tar.gz
slixmpp-7e4b6647428e962109e9b6c7aea248bb21c222e2.tar.bz2
slixmpp-7e4b6647428e962109e9b6c7aea248bb21c222e2.tar.xz
slixmpp-7e4b6647428e962109e9b6c7aea248bb21c222e2.zip
Install emoji in docker
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 839de025..0a4013b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,8 @@ test:
image: ubuntu:latest
script:
- apt update
- - apt install -y python3 cython3 gpg
+ - apt install -y python3 python3-pip cython3 gpg
+ - pip3 install emoji
- ./run_tests.py
trigger_poezio: