From f4915fe0cd7b1383d7ece40b6ad684a4e20a12d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Thu, 17 Oct 2019 15:49:57 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d48936..102e2b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,3 @@ build: stage: build script: - docker build -t my-docker-image . - - docker run my-docker-image /script/to/run/tests \ No newline at end of file -- GitLab