Skip to content
Snippets Groups Projects
Verified Commit 35556b89 authored by sistason's avatar sistason
Browse files

use correct ci for everything

parent 8fe58b2e
No related branches found
No related tags found
No related merge requests found
...@@ -37,12 +37,16 @@ before_script: ...@@ -37,12 +37,16 @@ before_script:
- uwsgi /etc/uffd/uwsgi.ini --http 0.0.0.0:8080 - uwsgi /etc/uffd/uwsgi.ini --http 0.0.0.0:8080
test_instance_path_37: test_instance_path_37:
extends: .test_instance_path
image: python:3.7 image: python:3.7
test_instance_path_38: test_instance_path_38:
extends: .test_instance_path
image: python:3.8 image: python:3.8
test_instance_path_39: test_instance_path_39:
extends: .test_instance_path
image: python:3.9 image: python:3.9
test_instance_path_310: test_instance_path_310:
extends: .test_instance_path
image: python:3.10 image: python:3.10
.build: .build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment