diff options
-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 905edb44..18f128ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ pytest-3.6: pytest-latest: stage: test - image: python:3.6 + image: python:3 script: - apt-get update && apt-get install -y libidn11-dev - git clone git://git.louiz.org/slixmpp |