Skip to content
Snippets Groups Projects
Commit 93331c51 authored by Christoph Alt's avatar Christoph Alt
Browse files

updated the ci file for the new namespace

parent 95e8da6e
No related merge requests found
Pipeline #54787 failed with stages
in 2 minutes and 56 seconds
......@@ -8,8 +8,8 @@ build-docker:
image: docker:latest
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build --pull . -f Dockerfile -t i10git.cs.fau.de:5005/hoenig/pystencils-benchmark/pystencils-benchmark
- docker push i10git.cs.fau.de:5005/hoenig/pystencils-benchmark/pystencils-benchmark
- docker build --pull . -f Dockerfile -t i10git.cs.fau.de:5005/pycodegen/pystencils-benchmark/pystencils-benchmark
- docker push i10git.cs.fau.de:5005/pycodegen/pystencils-benchmark/pystencils-benchmark
tags:
- docker-docker
rules:
......@@ -23,7 +23,7 @@ build-docker:
# ---------------------- Tests ---------------------
test:
stage: test
image: i10git.cs.fau.de:5005/hoenig/pystencils-benchmark/pystencils-benchmark
image: i10git.cs.fau.de:5005/pycodegen/pystencils-benchmark/pystencils-benchmark
tags:
- docker
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment