Skip to content

Commit

Permalink
Update to use new containers
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Dec 4, 2023
1 parent 931d4d7 commit 309b79b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ matplotlib

# Sertit libs
eoreader>=0.20.4
sertit[full] >= 1.32.1
sertit[full] >= 1.32.3

0 comments on commit 309b79b

Please sign in to comment.