Skip to content
Snippets Groups Projects
Verified Commit d71cd607 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Improve consistency with workshop materials and example project

parent 8dba3104
No related branches found
No related tags found
1 merge request!23Improve consistency with workshop materials and example project for episode 6 - optimize pipeline
Pipeline #369514 passed
...@@ -30,7 +30,7 @@ default: ...@@ -30,7 +30,7 @@ default:
matrix: matrix:
- VERSION: ["12", "13"] - VERSION: ["12", "13"]
license_compliance: license-compliance:
stage: lint stage: lint
before_script: before_script:
- !reference [.install_dependencies, before_script] - !reference [.install_dependencies, before_script]
...@@ -39,7 +39,7 @@ license_compliance: ...@@ -39,7 +39,7 @@ license_compliance:
- reuse lint - reuse lint
interruptible: true interruptible: true
lint: codestyle:
stage: lint stage: lint
before_script: before_script:
- !reference [.install_dependencies, before_script] - !reference [.install_dependencies, before_script]
...@@ -72,7 +72,7 @@ test:gcc: ...@@ -72,7 +72,7 @@ test:gcc:
- job: "build:gcc" - job: "build:gcc"
artifacts: true artifacts: true
run: running:
stage: run stage: run
image: gcc:12 image: gcc:12
script: script:
......
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