From a7eaf8604fc05bc8fc44cbb66ee3117f4c5bea61 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 9 Feb 2019 10:26:51 -0600 Subject: [PATCH] Running build in docker container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47addeb..01deb50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build-website: only: - master tags: - - linux + - docker artifacts: paths: - website.tgz