From 5eaf195975712073715458ca0423da7a4981e860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Thu, 17 Oct 2019 14:59:56 +0200 Subject: [PATCH] Add new file --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..cae203d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +image: docker:latest +services: + - docker:dind +build: + stage: build + script: + - docker build -t test . \ No newline at end of file -- GitLab