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

FIX: image path

parent 461c1aea
Branches
Tags
No related merge requests found
...@@ -79,7 +79,7 @@ services: ...@@ -79,7 +79,7 @@ services:
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