Skip to content
Snippets Groups Projects
Commit 2b925e50 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Remove integration test setup

parent 34a94bbd
No related branches found
No related tags found
No related merge requests found
Pipeline #51989 failed
...@@ -27,9 +27,6 @@ COPY . /git ...@@ -27,9 +27,6 @@ COPY . /git
# Delete .git because it is huge. # Delete .git because it is huge.
RUN rm -r /git/.git RUN rm -r /git/.git
# Install pycaosdb.ini for the tests
RUN mv /git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini
RUN cd /git/ && pip3 install . RUN cd /git/ && pip3 install .
WORKDIR /git/integrationtests WORKDIR /git/integrationtests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment