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

fix: use needs parallel construct

parent ddd19cec
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,15 @@
---
run:
image: gcc:12
image: gcc:13
stage: run
script:
- cd build_gcc_11/bin/ && ./helloWorld
- cd build_gcc_13/bin/ && ./helloWorld
needs:
- job: "build:gcc"
artifacts: true
parallel:
matrix:
- VERSION: 13
...
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