"stream_processing/main.py" did not exist on "a168b48fdf76fd60faadb1e86d08d2a280fd24b5"
Commit 20ec6043 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent dc5bf619
Pipeline #12085 passed with stages
in 1 minute and 4 seconds
......@@ -17,9 +17,6 @@ variables:
lint:
stage: lint
image: python:3.10
tags:
- windows
- docker
before_script :
- pip install flake8
script:
......@@ -31,9 +28,6 @@ lint:
test:
stage: test
image: python:3.10
tags:
- windows
- docker
before_script:
- pip install pytest
- echo "Running Tests"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment