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: ...@@ -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-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/caosdb-${REFTAG}.tar || time docker load < /image-cache/caosdb-dev.tar || true
- time docker load < /image-cache/$MARIADBVERSION.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 - 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 - docker pull $CI_REGISTRY_IMAGE
# Here, the server and the mysql backend docker are being started # Here, the server and the mysql backend docker are being started
...@@ -189,10 +191,6 @@ build-testenv: ...@@ -189,10 +191,6 @@ build-testenv:
image: docker:20.10 image: docker:20.10
stage: setup stage: setup
timeout: 2h timeout: 2h
only:
- schedules
- web
- pushes
needs: [] needs: []
script: script:
- df -h - df -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment