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