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

WIP: pipeline

parent aa47f956
No related branches found
No related tags found
No related merge requests found
Pipeline #9353 failed
......@@ -15,6 +15,8 @@ COPY . /caosdb-cppinttest
WORKDIR /caosdb-cppinttest
RUN rm -rf .git
RUN apt-get install -y openjdk-11-jdk-headless
# build and run tests
CMD mkdir build && \
cd build && \
......
......@@ -104,7 +104,7 @@ build-testenv-changes-docker:
<<: *build-testenv
only:
changes:
- docker/*
- .docker/*
build-testenv-triggered:
<<: *build-testenv
......
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