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

FIX: image path

parent 79deea8f
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ stages: ...@@ -35,7 +35,7 @@ stages:
test: test:
tags: [docker] tags: [docker]
stage: test stage: test
image: registry.indiscale.com/caosdb-run-base image: $CI_REGISTRY_INDISCALE/caosdb/src/caosdb-deploy/caosdb-run-base:latest
script: script:
- if [[ "$CAOSDB_TAG" == "" ]]; then - if [[ "$CAOSDB_TAG" == "" ]]; then
CAOSDB_TAG=dev-latest; CAOSDB_TAG=dev-latest;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment