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: ...@@ -17,9 +17,6 @@ variables:
lint: lint:
stage: lint stage: lint
image: python:3.10 image: python:3.10
tags:
- windows
- docker
before_script : before_script :
- pip install flake8 - pip install flake8
script: script:
...@@ -31,9 +28,6 @@ lint: ...@@ -31,9 +28,6 @@ lint:
test: test:
stage: test stage: test
image: python:3.10 image: python:3.10
tags:
- windows
- docker
before_script: before_script:
- pip install pytest - pip install pytest
- echo "Running Tests" - 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