From eb5af06ffc2e6a0b5d6c1dd74be3b8a6c11a563f Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 21 Sep 2016 02:40:05 +0200 Subject: [PATCH] hmm, is the syntax now correct? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e26a095..8e3f441 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ build_job: - app/*.js.map - app/converter/*.js - app/converter/*.js.map - - node_modules/@angular/** + - node_modules/@angular/ - node_modules/core-js/client/shim.js - node_modules/zone.js/dist/zone.js - node_modules/reflect-metadata/Reflect.js