Skip to content
Snippets Groups Projects
Commit bbe7a5f7 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Use gcc:14 for running the application

parent 36e5b9b5
No related branches found
No related tags found
No related merge requests found
Pipeline #467658 passed
...@@ -110,11 +110,11 @@ test:gcc:14: ...@@ -110,11 +110,11 @@ test:gcc:14:
- build:gcc:14 - build:gcc:14
running: running:
image: gcc:13 image: gcc:14
stage: run stage: run
script: script:
- ./build/bin/helloWorld - ./build/bin/helloWorld
dependencies: dependencies:
- build:gcc:13 - build:gcc:14
... ...
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