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

WIP: pipeline

parent aa47f956
Branches
Tags
No related merge requests found
Pipeline #9353 failed
...@@ -15,6 +15,8 @@ COPY . /caosdb-cppinttest ...@@ -15,6 +15,8 @@ COPY . /caosdb-cppinttest
WORKDIR /caosdb-cppinttest WORKDIR /caosdb-cppinttest
RUN rm -rf .git RUN rm -rf .git
RUN apt-get install -y openjdk-11-jdk-headless
# build and run tests # build and run tests
CMD mkdir build && \ CMD mkdir build && \
cd build && \ cd build && \
......
...@@ -104,7 +104,7 @@ build-testenv-changes-docker: ...@@ -104,7 +104,7 @@ build-testenv-changes-docker:
<<: *build-testenv <<: *build-testenv
only: only:
changes: changes:
- docker/* - .docker/*
build-testenv-triggered: build-testenv-triggered:
<<: *build-testenv <<: *build-testenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment