Skip to content
Snippets Groups Projects
Commit dee18e2a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Fixes the pipelines after repository migration

parent 0a141fc0
No related branches found
No related tags found
2 merge requests!21Release v0.4.0,!2F fix pipeline
......@@ -24,7 +24,7 @@
variables:
DEPLOY_REF: dev
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-server/caosdb-server-testenv:latest
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-server/caosdb-server-testenv:latest
image: $CI_REGISTRY_IMAGE
stages:
......@@ -40,6 +40,8 @@ build-testenv:
timeout: 3h
only:
- schedules
#TODO remove before merge
- f-fix-pipeline
script:
- cd src/test/docker
- time docker load < /image-cache/caosdb-server-testenv.tar || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment