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

Merge branch 'f-fix-pipeline' into 'dev'

Fixes the pipelines after repository migration

See merge request !2
parents 0a141fc0 dee18e2a
No related branches found
No related tags found
2 merge requests!21Release v0.4.0,!2F fix pipeline
Pipeline #5235 canceled
...@@ -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