From c8d7459327b59525136e2022a513b553370acecc Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Tue, 28 Sep 2021 05:43:48 +0000 Subject: [PATCH] Added a Gitlab CI pipeline --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6ce9268 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +--- +image: docker +services: + - docker:dind +test: + before_script: + - apk add --no-cache docker-compose + script: + - docker-compose config -q +... \ No newline at end of file