From 99ca6920644db8c0e2a948eff06a46e9fe757dbf Mon Sep 17 00:00:00 2001 From: Name <alexac@student.ntnu.no> Date: Sun, 24 Nov 2019 14:11:00 +0100 Subject: [PATCH] Test run --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06c0724..62aee22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: # Install node libraries before_script: - - npm install + - npm install # Run JEST tests run_tests: -- GitLab