From e4efec89d90fdb2cad1beb8a179d635da5349f1b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 10 Nov 2021 12:40:12 +0100 Subject: [PATCH] fix(core): update --- test/test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.ts b/test/test.ts index d0588be..1377287 100644 --- a/test/test.ts +++ b/test/test.ts @@ -2,6 +2,7 @@ import { tap, expect } from '@pushrocks/tapbundle'; import * as path from 'path'; process.env.NPMTS_TEST = 'true'; +process.env.NPMCI_URL_CLOUDLY = 'localhost' // set up environment process.env.CI_REPOSITORY_URL = 'https://yyyyyy:xxxxxxxx@gitlab.com/mygroup/myrepo.git';