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

WIP: Run unittests on fixed Python image in pipeline

parent b89c8a4e
Branches
Tags
2 merge requests!79Release 0.10.0,!73F pipeline python versions
Pipeline #29710 failed
......@@ -54,10 +54,11 @@ pylint:
allow_failure: true
# run unit tests
unittest:
unittest_py3.8:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.8
script:
- touch ~/.pycaosdb.ini
- make unittest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment