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
Branches
Tags
2 merge requests!21Release v0.4.0,!2F fix pipeline
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
variables: variables:
DEPLOY_REF: dev 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 image: $CI_REGISTRY_IMAGE
stages: stages:
...@@ -40,6 +40,8 @@ build-testenv: ...@@ -40,6 +40,8 @@ build-testenv:
timeout: 3h timeout: 3h
only: only:
- schedules - schedules
#TODO remove before merge
- f-fix-pipeline
script: script:
- cd src/test/docker - cd src/test/docker
- time docker load < /image-cache/caosdb-server-testenv.tar || true - 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.
Please register or to comment