From 4e70c97b791e56e228ccc08769b19aa9533a84c2 Mon Sep 17 00:00:00 2001 From: Christopher Fullarton Date: Tue, 12 Jun 2018 10:10:39 +0200 Subject: [PATCH] Fixes angular cli package name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf71ac94..4af5abfe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ before_script: - - npm install -g @angular-cli@6.0.3 + - npm install -g @angular/cli@6.0.3 stages: - install -- GitLab