Skip to content
Snippets Groups Projects
Commit 9ce981ad authored by Tim Repke's avatar Tim Repke
Browse files

simplify glci

parent 46b2c3d0
No related branches found
No related tags found
1 merge request!90Pipeline integration (dramatiq)
......@@ -24,9 +24,10 @@ stages:
- test
- deploy
image: python:3.11.7
build-job:
stage: build
image: python:3.11.7
script:
- python -V
- pip install virtualenv
......@@ -40,14 +41,12 @@ build-job:
test-job1:
stage: test
image: python:3.11.7
script:
- source venv/bin/activate
- flake8 --config .flake8
test-job2:
stage: test
image: python:3.11.7
script:
- source venv/bin/activate
- which python
......
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