From 309b79b16e233321d13912ea51e40e8fcf346683 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Mon, 4 Dec 2023 10:33:05 +0100 Subject: [PATCH] Update to use new containers --- .gitlab-ci.yml | 7 +++---- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19d8c46..5586615 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,7 @@ stages: - test variables: - EEO_DEPS: $REGISTRY_GITLAB/extracteo/extracteo_deps - EO_CONTAINER: $REGISTRY_GITLAB/eo-containers/python + EO_CONTAINERS: $REGISTRY_GITLAB/eo-containers EOSETS_CHANGES: eosets/**/[^_]*.{py,xml} lint: @@ -22,7 +21,7 @@ lint: - when: always pytest: - image: $EEO_DEPS:latest + image: $EO_CONTAINERS:geo_latest stage: test variables: CI_EOSETS_USE_S3: "0" @@ -54,7 +53,7 @@ pytest: needs: [ "lint" ] pytest_s3: - image: $EEO_DEPS:latest + image: $EO_CONTAINERS:geo_latest stage: test variables: CI_EOSETS_USE_S3: "1" diff --git a/requirements.txt b/requirements.txt index 561c20e..6304b4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,4 +44,4 @@ matplotlib # Sertit libs eoreader>=0.20.4 -sertit[full] >= 1.32.1 +sertit[full] >= 1.32.3