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

WIP: Pipeline

parent 32a4b11f
No related branches found
No related tags found
2 merge requests!79Release 0.10.0,!73F pipeline python versions
Pipeline #29712 failed
...@@ -59,8 +59,13 @@ unittest_py3.8: ...@@ -59,8 +59,13 @@ unittest_py3.8:
stage: test stage: test
needs: [ ] needs: [ ]
image: python:3.8 image: python:3.8
script: script: &python_test_script
- touch ~/.pycaosdb.ini - touch ~/.pycaosdb.ini
- cd unittests/docker
- 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
- make unittest - make unittest
# Trigger building of server image and integration tests # Trigger building of server image and integration tests
......
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