Skip to content
Snippets Groups Projects
Commit e8a8b08b authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

TST: fix missing dep

parent 3d9dd212
Branches
Tags
2 merge requests!53Release 0.1,!16Add CI pipelines
Pipeline #22584 failed
......@@ -6,6 +6,7 @@ RUN apt-get update && \
openjdk-11-jdk-headless \
python3-autopep8 \
python3-pip \
python3-pytest \
tox \
-y
COPY .docker/wait-for-it.sh /wait-for-it.sh
......@@ -33,4 +34,4 @@ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... install pycaosdb.ini the server-side scripts
cp /git/.docker/sss_pycaosdb.ini /scripting/home/.pycaosdb.ini && \
# ... and run tests
./test.py
pytest .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment