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
Branches
No related merge requests found
Pipeline #54787 failed with stages
in 2 minutes and 56 seconds
...@@ -8,8 +8,8 @@ build-docker: ...@@ -8,8 +8,8 @@ build-docker:
image: docker:latest image: docker:latest
script: script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - 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 build --pull . -f Dockerfile -t i10git.cs.fau.de:5005/pycodegen/pystencils-benchmark/pystencils-benchmark
- docker push i10git.cs.fau.de:5005/hoenig/pystencils-benchmark/pystencils-benchmark - docker push i10git.cs.fau.de:5005/pycodegen/pystencils-benchmark/pystencils-benchmark
tags: tags:
- docker-docker - docker-docker
rules: rules:
...@@ -23,7 +23,7 @@ build-docker: ...@@ -23,7 +23,7 @@ build-docker:
# ---------------------- Tests --------------------- # ---------------------- Tests ---------------------
test: test:
stage: 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: tags:
- docker - docker
script: 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