# HG changeset patch
# User paugier <pierre.augier@univ-grenoble-alpes.fr>
# Date 1596290306 -7200
#      Sat Aug 01 15:58:26 2020 +0200
# Node ID df11fb8406c18c3c46917a4aa4dbd362c800308c
# Parent  d9a50ad64ffa7fa650fe83598f125a1712ad2abc
Fix CI: update setuptools before tox

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,5 +5,5 @@
 tests:
   image: fluiddyn/python3-stable
   script:
-    - pip install -U pip tox numpy cython mpi4py --user
+    - pip install -U pip tox setuptools numpy cython mpi4py --user
     - tox -e py36,codecov