Skip to content
Snippets Groups Projects
Verified Commit 4096c688 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 89d5cc9f
No related branches found
No related tags found
No related merge requests found
Pipeline #8425 passed
......@@ -15,6 +15,8 @@ COPY . /caosdb-cppinttest
WORKDIR /caosdb-cppinttest
RUN rm -rf .git
RUN apt-get install -y openjdk-11-jdk-headless
CMD ls -la && /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... and run tests
ctest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment