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'); });