From 61dbc858218b336064a727ee06b17d313ad9a949 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 6 May 2020 09:21:20 +0200 Subject: [PATCH] chore(gitlab-ci): ensure frontend:test is run before deploy --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b955152b5..d8fd388af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -249,6 +249,7 @@ deploy:uniworx3: - yesod:build - yesod:test # For sanity - hlint # For sanity + - frontend:test # For sanity before_script: - apt-get update -y - apt-get install -y --no-install-recommends openssh-client