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

PIPELINE: Update debian base image

parent e3f64073
No related branches found
No related tags found
No related merge requests found
Pipeline #51991 failed
FROM debian:bullseye
FROM debian:bookworm
RUN apt-get update && \
apt-get install \
curl \
......
......@@ -64,7 +64,7 @@ info:
script:
- *env
unittest_py3.9:
unittest_py3.11:
tags: [cached-dind]
stage: test
image: $CI_REGISTRY_IMAGE
......@@ -80,18 +80,18 @@ unittest_py3.8:
- pip install pytest pytest-cov
- pip install .
# actual test
- pytest --cov=caosdb -vv ./unittests
- pytest --cov=linkahead_python_package_template -vv ./unittests
unittest_py3.10:
unittest_py3.9:
tags: [cached-dind]
stage: test
image: python:3.10
image: python:3.11
script: *python_test_script
unittest_py3.11:
unittest_py3.10:
tags: [cached-dind]
stage: test
image: python:3.11
image: python:3.10
script: *python_test_script
unittest_py3.12:
......
......@@ -46,3 +46,5 @@ For linting and code-style we additionally require
For building the documentation we require
- `sphinx`
- `recommonmark`
- `sphinx-rtd-theme`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment