Skip to content
Snippets Groups Projects
Commit 9af7def6 authored by Norman Ziegner's avatar Norman Ziegner
Browse files

Merge branch...

Merge branch '6-ci-episode-5-exercise-1-remove-redundancies-in-ci-pipeline-updated' into 'ci-episode-5-exercise-1-remove-redundancies-in-ci-pipeline'

Improve consistency with workshop materials and example project for episode 5 - removing redundancy

See merge request !22
parents dd205df9 55d8bfeb
No related branches found
No related tags found
1 merge request!22Improve consistency with workshop materials and example project for episode 5 - removing redundancy
Pipeline #370055 passed
......@@ -29,7 +29,7 @@ default:
matrix:
- VERSION: ["12", "13"]
license_compliance:
license-compliance:
stage: lint
before_script:
- !reference [.install_dependencies, before_script]
......@@ -37,7 +37,7 @@ license_compliance:
script:
- reuse lint
lint:
codestyle:
stage: lint
before_script:
- !reference [.install_dependencies, before_script]
......@@ -69,7 +69,7 @@ test:gcc:
dependencies:
- "build:gcc"
run:
running:
image: gcc:12
stage: run
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