From 1252fa8f97f7be914c2e93769a27ce350b21d415 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 19 Jun 2019 13:12:10 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 2 +- package.json | 2 +- test/test.ts | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63b309d..1c88ecd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # gitzone ci_default -image: hosttoday/ht-docker-node:npmci +image: registry.gitlab.com/hosttoday/ht-docker-node:npmci cache: paths: diff --git a/package.json b/package.json index d5f07d7..e5df478 100644 --- a/package.json +++ b/package.json @@ -53,4 +53,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/test/test.ts b/test/test.ts index a7f3665..029c438 100644 --- a/test/test.ts +++ b/test/test.ts @@ -2,7 +2,6 @@ import { expect, tap } from '@pushrocks/tapbundle'; import * as tools from '../ts/tools.install'; - tap.test("should install default list globally when parsed 'default' as argument", async () => { await tools.install('default'); });