Skip to content
Snippets Groups Projects
Verified Commit f5f4a99a authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Pipeline

parent 63e6ddc5
No related branches found
No related tags found
No related merge requests found
Pipeline #57993 failed
......@@ -66,7 +66,7 @@ test-server-side-scripting:
# Build a docker image in which tests for this repository can run
build-testenv:
tags: [ cached-dind ]
image: docker:19.03
image: docker:27.3.1
stage: setup
timeout: 3 h
# only:
......
......@@ -12,14 +12,15 @@ RUN apt-get update \
nodejs npm \
&& apt-get install -f
RUN pip3 install pylint pytest
RUN pip3 install --break-system-packages pylint pytest
RUN pip3 install --break-system-packages sphinx-js sphinx-autoapi recommonmark sphinx-rtd-theme
RUN pip3 install --break-system-packages pandas
# TODO rename to linkahead
# RUN pip3 install caosdb>=0.7.4
RUN pip3 install git+https://gitlab.com/caosdb/caosdb-pylib.git@dev
RUN pip3 install pandas
RUN pip3 install --break-system-packages git+https://gitlab.com/caosdb/caosdb-pylib.git@dev
# TODO rename to linkahead
RUN pip3 install git+https://gitlab.com/caosdb/caosdb-advanced-user-tools.git@dev
RUN pip3 install --break-system-packages git+https://gitlab.com/caosdb/caosdb-advanced-user-tools.git@dev
# For automatic documentation
# RUN npm install -g jsdoc
# RUN npm install -g jsdoc-sphinx
RUN pip3 install sphinx-js sphinx-autoapi 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