Skip to content
Snippets Groups Projects
Commit 78d636e4 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: Run testenv always.

parent 1dc6befa
Branches
Tags
1 merge request!35Add tests for https://gitlab.com/caosdb/caosdb-server/-/issues/145
Pipeline #24671 canceled
......@@ -137,7 +137,9 @@ test:
- time docker load < /image-cache/caosdb-pyint-testenv-${CI_COMMIT_REF_NAME}.tar || true
- time docker load < /image-cache/caosdb-${REFTAG}.tar || time docker load < /image-cache/caosdb-dev.tar || true
- time docker load < /image-cache/$MARIADBVERSION.tar || true
# Pull the server image.
- docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG=dev
# Pull the image for the test runs.
- docker pull $CI_REGISTRY_IMAGE
# Here, the server and the mysql backend docker are being started
......@@ -189,10 +191,6 @@ build-testenv:
image: docker:20.10
stage: setup
timeout: 2h
only:
- schedules
- web
- pushes
needs: []
script:
- df -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment