diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57e7ff7da89bbcfaf022eb24048ed475dce2b4f7..6d71e68b2dea80308c478b2bb0469001bafb095e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - npm i - - npm run build + #- npm run build # needs automatic api key binding/refresh unit-test-job: # This job runs in the test stage.