Skip to content

Commit

Permalink
Use full path to registry image in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Nov 21, 2019
1 parent 57802e7 commit 37d5d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -2,7 +2,7 @@ before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY

test:
image: tud_ifk/miniconda-cidefault
image: registry.gitlab.vgiscience.org/tud_ifk/miniconda-cidefault
stage: test
script:
- conda env create -f environment_dev.yml
Expand Down

0 comments on commit 37d5d40

Please sign in to comment.