From 8076a1b007ef794ee2901fd4738fcfcaac9553e8 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Tue, 12 Feb 2019 16:21:38 +1100 Subject: [PATCH] yaml error --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffa1d8f..1a10adc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,6 @@ build: - docker:dind stage: build - tags: - - build_tes script: - docker build --tag=tes . - docker save tes:latest > tes.tar.gz -- GitLab