From 5ee5f44b98eb6d5a48ee66f66788510674f9a321 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 7 Jun 2021 14:21:30 +0200 Subject: [PATCH] WIP: pipeline --- .docker/Dockerfile | 1 - .gitlab-ci.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index bf2fb4f..ef871f9 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -12,7 +12,6 @@ RUN cmake --build . RUN cmake --install . --prefix /usr/local/ -WORKDIR /cppinttest/ CMD ls -la && /wait-for-it.sh caosdb-server:10443 -t 500 -- \ # ... and run tests ctest diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a0b1b5..54a916f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,6 +159,7 @@ test: # load any(!!!) mariab image - cd .docker - ls -la + - ls -la cert # here the server and the mysql backend docker are being started - echo "$CAOSDB_TAG" -- GitLab