Skip to content
Snippets Groups Projects
Verified Commit ecb5ef1f authored by Virgile Gerecke's avatar Virgile Gerecke :metal:
Browse files

:green_heart: Update CI constraints

parent 74f34d72
Branches main
No related merge requests found
Pipeline #163326 passed with stages
in 4 minutes and 48 seconds
......@@ -8,4 +8,5 @@ variables:
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY/docker/python3.5-ci:latest
include:
- remote: https://git.unistra.fr/docker/template/-/raw/main/scan.gitlab-ci.yml
- project: docker/template
file: docker-scan.gitlab-ci.yml
......@@ -8,5 +8,6 @@ RUN set -ex \
&& apt-get install -y curl build-essential python3-dev gettext make \
&& rm -rf /var/lib/apt/lists/* \
&& echo "[global]\ntrusted-host=repodipory.u-strasbg.fr" > /etc/pip.conf \
&& pip install --upgrade pip \
&& pip install tox sphinx
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment