From 2852e689985948b865c6cc1c1a09a95fc682b919 Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Mon, 30 Apr 2018 14:59:51 -0500 Subject: [PATCH] adding stages to deployment scripts --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc946e2..032fea5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ cache: paths: - node_modules/ - stages: +stages: - test - deploy