Skip to content
Snippets Groups Projects
Commit 4ac8f3c8 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

test gitab pipeline

Former-commit-id: b4ca6876896c3d5b493d5db07ff09f83b8660d11 [formerly 1ea8b8180efa7302fd295a5f5c95363bffb5e212]
Former-commit-id: b021308cd040ce5b9660de8c617440a55ac48bf8
parent 2371fe99
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ stages:
- deploy
check:lint:
image: registry.blitzhub.io/python_3_8
image: python:3.8.16
stage: check
script:
- pip3 install -r requirements.txt
......@@ -11,7 +11,7 @@ check:lint:
- flake8
check:test:
image: registry.blitzhub.io/python_3_8
image: python:3.8.16
stage: check
script:
- pip3 install -r requirements.txt
......
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