From 42a3909f638a8f628044edc0bfc89befe5cd5042 Mon Sep 17 00:00:00 2001 From: Michael Haglund Date: Fri, 24 May 2019 15:47:24 -0500 Subject: [PATCH] Fix CI file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17a69fa..a0ebef4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ lint: - yarn lint test: - stag: test + stage: test script: - yarn install - yarn test