diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 031dcfc..9680262 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,10 @@ test:7-8.1: - master tags: - C + artifacts: + name: "$CI_BUILD_NAME" + paths: + - tsmpipe docker:7-8.1: stage: docker diff --git a/Dockerfile b/Dockerfile index eb4cd64..b02b8ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN ln -s /tsm/dsm.sys /opt/tivoli/tsm/client/api/bin64/ \ && ln -s /tsm/dsm.opt /opt/tivoli/tsm/client/api/bin64/ \ && ln -s /tsm/dsmcert.kdb /opt/tivoli/tsm/client/api/bin64/ \ && ln -s /tsm/dsmcert.sth /opt/tivoli/tsm/client/api/bin64/ -COPY tsmpipe/tsmpipe /usr/bin +COPY tsmpipe /usr/bin VOLUME [ "/tsm" ]