Newer
Older
- docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
- cd ci
- docker build --tag $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
rules:
- changes:
- ci/Dockerfile
when: always
# build:
# stage: build
# tags:
# - ssec_shared
# image: $CI_REGISTRY_IMAGE
# script:
# -
#
# - pip install -e .
# - python setup.py build_ext --inplace

Paolo Veglio
committed
- pytest tests/test_read_data.py::test_sst
- pytest tests/test_read_data.py::test_ndvi
- pytest tests/test_read_data.py::test_geos