From 1edab537783175b0e785989129a58b14f792e761 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 12 May 2021 16:19:41 -0700 Subject: [PATCH] * Fixing issue where a rougue popd broke the whole job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4470d0..5d1aabc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,6 +147,7 @@ full-mock-tests: # It's typically safer to turn on the rtc-server first all it does is provide # data for listeners, the api-server is the one that talks to this server mostly # See https://freechat.shockrah.xyz/#rtc-auth for the intra-network architecture + - pushd rtc-server/ - npm run autotest& - popd - pushd json-api/