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
Loading
Checking pipeline status
......@@ -59,8 +59,13 @@ unittest_py3.8:
stage: test
needs: [ ]
image: python:3.8
script:
script: &python_test_script
- 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
# 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