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

:green_heart: Update CI constraints

parent 7079e8ed
No related merge requests found
Pipeline #341082 passed with stages
in 3 minutes and 11 seconds
...@@ -8,4 +8,5 @@ variables: ...@@ -8,4 +8,5 @@ variables:
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY/docker/python3.7-ci:latest CONTAINER_RELEASE_IMAGE: $CI_REGISTRY/docker/python3.7-ci:latest
include: 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 \ ...@@ -8,5 +8,6 @@ RUN set -ex \
&& apt-get install -y curl build-essential python3-dev gettext make \ && apt-get install -y curl build-essential python3-dev gettext make \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& echo "[global]\ntrusted-host=repodipory.u-strasbg.fr" > /etc/pip.conf \ && echo "[global]\ntrusted-host=repodipory.u-strasbg.fr" > /etc/pip.conf \
&& pip install --upgrade pip \
&& pip install tox sphinx && 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