Skip to content
Snippets Groups Projects
Commit 59aba89b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

WIP: Pipeline

parent f417796d
No related branches found
No related tags found
2 merge requests!79Release 0.10.0,!73F pipeline python versions
Pipeline #29720 failed
......@@ -78,14 +78,17 @@ unittest_py3.9:
- cp sources.list.local /etc/apt/
- mv /etc/apt/sources.list /etc/apt/sources.list.orig
- cat /etc/apt/sources.list.local /etc/apt/sources.list.orig > /etc/apt/sources.list
- apt-get update apt-get install -y tox
- apt-get update && apt-get install -y tox
- cd ../..
- make unittest
unittest_py3.10:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.10
script: *python_test_script
script: *python_test_script
# Trigger building of server image and integration tests
trigger_build:
......
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