Commit d36a93a4 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent dcfb4863
Pipeline #12081 failed with stages
in 11 seconds
...@@ -17,6 +17,9 @@ variables: ...@@ -17,6 +17,9 @@ variables:
lint: lint:
stage: lint stage: lint
image: python:3.10 image: python:3.10
tags:
- windows
- docker
before_script : before_script :
- pip install --upgrade pip - pip install --upgrade pip
- pip install flake8 - pip install flake8
...@@ -29,6 +32,9 @@ lint: ...@@ -29,6 +32,9 @@ lint:
test: test:
stage: test stage: test
image: python:3.10 image: python:3.10
tags:
- windows
- docker
before_script: before_script:
- pip install --upgrade pip - pip install --upgrade pip
- pip install pytest - pip install pytest
......
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