aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea0749d..4456985 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ build-gnunet-python:
24 only: 24 only:
25 - master 25 - master
26 before_script: 26 before_script:
27 - apt install python3-pip 27 - apt-get install -y python3-pip
28 - pip3 install dbus 28 - pip3 install dbus
29 - pip3 install PyGObject 29 - pip3 install PyGObject
30 script: python setup.py 30 script: python setup.py