Skip to content
Snippets Groups Projects
Commit 1fb68f9c authored by Alice FOUCHER's avatar Alice FOUCHER
Browse files

yes

parent 2bfba29c
Branches main
No related tags found
No related merge requests found
Pipeline #7350 failed
hello-world:
stages:
- lint
- test
lint-python-application:
stage: lint
image: ubuntu:20.04
script:
- apt update
- apt install -y python pip
- pip install flake8
- apt install -y python3-pip
- pip3 install -r requirements.txt
- flake8
test-python-application:
stage: test
image: ubuntu:20.04
script:
- echo "hello-world"
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