From 651d6a4590c13e7d2c5824f08eb89f84a9bfeacb Mon Sep 17 00:00:00 2001 From: Helene Rimbert <helene.rimbert@inra.fr> Date: Thu, 18 Jan 2024 15:51:22 +0100 Subject: [PATCH] test with alpine image rather than registry image --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90573b2..07dcd38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,12 @@ -#image: python:3.7-alpine -image: registry.forgemia.inra.fr/umr-gdec/magatt +image: python:3.7-alpine +#image: registry.forgemia.inra.fr/umr-gdec/magatt # global before script, set venv in all job before_script: - - source /opt/venv/cicd/bin/activate + - pip install -U sphinx + - pip install -U sphinx-rtd-theme + - pip install -U myst-parser + test: stage: test -- GitLab