Skip to content
Snippets Groups Projects
Commit 4c1ba43f authored by David Trattnig's avatar David Trattnig
Browse files

Fix: Update make targets in pipeline #112

parent 475adc05
No related branches found
No related tags found
No related merge requests found
Pipeline #2193 failed
......@@ -24,7 +24,7 @@ run_test_cases:
- *install_requirements
- cp config/sample.engine.ini config/engine.ini
script:
- ./run.sh test
- ./make test
check_style:
stage: test
......@@ -34,7 +34,7 @@ check_style:
- pip3 install flake8
script:
- make lint
- make spelling
- make spell
docker-push:
# Use the official docker image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment