Skip to content
Snippets Groups Projects
Verified Commit 6d0882ff authored by Mateusz Żebrak's avatar Mateusz Żebrak
Browse files

Switch to ubuntu:22.04 CI image

parent 1a03a698
No related branches found
No related tags found
1 merge request!42Bump python version to >= 3.10
Pipeline #63614 passed
image: docker:stable
image: ubuntu:22.04
stages:
- tests
......@@ -6,10 +6,9 @@ stages:
tests:
stage: tests
before_script:
- apk update
- apk add py3-pip
- pip3 install pytest
- pip3 install .
- apt update && apt install -y python3-pip
- pip install pytest
- pip install .
script:
- pytest tests/
tags:
......
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