Skip to content
Snippets Groups Projects
Verified Commit aa33a7ae authored by Björn Ludwig's avatar Björn Ludwig
Browse files

ci(GitLab): update images used

parent 31bd5af1
No related branches found
No related tags found
No related merge requests found
build_report: build_report:
image: armagetron/ubuntu-mpi:22.04 image: armagetron/ubuntu-mpi:22.10
script: script:
- make -C src/internship_report - make -C src/internship_report
stage: build stage: build
...@@ -9,7 +9,7 @@ build_report: ...@@ -9,7 +9,7 @@ build_report:
expire_in: 1 week expire_in: 1 week
allow_failure: false allow_failure: false
build_results: build_results:
image: armagetron/ubuntu-mpi:22.04 image: armagetron/ubuntu-mpi:22.10
script: script:
- make -C src/internship_results - make -C src/internship_results
stage: build stage: build
...@@ -19,7 +19,7 @@ build_results: ...@@ -19,7 +19,7 @@ build_results:
expire_in: 1 week expire_in: 1 week
allow_failure: false allow_failure: false
build_talk: build_talk:
image: armagetron/ubuntu-mpi:22.04 image: armagetron/ubuntu-mpi:22.10
script: script:
- make -C src/slides - make -C src/slides
stage: build stage: build
...@@ -29,7 +29,7 @@ build_talk: ...@@ -29,7 +29,7 @@ build_talk:
expire_in: 1 week expire_in: 1 week
allow_failure: false allow_failure: false
build_thesis: build_thesis:
image: armagetron/ubuntu-mpi:22.04 image: armagetron/ubuntu-mpi:22.10
script: script:
- make -C src/thesis - make -C src/thesis
stage: build stage: build
......
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