Skip to content
Snippets Groups Projects
Commit d5b19b04 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

Use Registry-cli from the new namespace

parent fc30dfea
No related branches found
No related tags found
1 merge request!85Use Registry-cli from the new namespace
Pipeline #20463 passed
......@@ -4,6 +4,7 @@ variables:
PIPELINE_TAG: $CI_COMMIT_REF_SLUG.$CI_PIPELINE_IID
NATIVE_BASE: ubuntu:16.04
CUDA_BASE: nvidia/cuda:9.0-devel-ubuntu16.04
REGISTRY_CLI_REPO: registry.dune-project.org/hpc2se/registry-cli
stages:
- utils
......@@ -20,7 +21,7 @@ stages:
.ccache: &ccache export PATH="/usr/lib/ccache:$PATH" CCACHE_DIR=/cache/ccache; ccache -s
.dind:
image: registry.dune-project.org/joe/registry-cli/docker:master
image: $REGISTRY_CLI_REPO/docker:master
services:
- docker:dind
before_script:
......@@ -29,7 +30,7 @@ stages:
- hpc2seci-dind
.stop:
image: registry.dune-project.org/joe/registry-cli/alpine:master
image: $REGISTRY_CLI_REPO/alpine:master
tags:
- hpc2seci
variables:
......@@ -445,7 +446,7 @@ test-cuda-rv-debug:
deploy:
stage: deploy
image: registry.dune-project.org/joe/registry-cli/alpine:master
image: $REGISTRY_CLI_REPO/alpine:master
tags:
- hpc2seci
variables:
......
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