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

Incorporate review suggestions

* Use Python 3.10 as base images.
* Change path to executable when calling exercise app in job run.
parent 88b4340c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ stages:
- run
license_compliance:
image: python:3.9
image: python:3.10
stage: lint
before_script:
- pip install --upgrade pip
......@@ -21,7 +21,7 @@ license_compliance:
- reuse lint
lint:
image: python:3.9
image: python:3.10
stage: lint
before_script:
- pip install --upgrade pip
......@@ -105,7 +105,7 @@ run:
image: gcc:11
stage: run
script:
- cd build/bin/ && ./helloWorld
- ./build/bin/helloWorld
dependencies:
- build:gcc:11
......
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