diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 0ef5e4c109..a972e48bbe 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -8,11 +8,9 @@ variables: DOTVVM_ROOT: ${{ Pipeline.Workspace }} BUILD_CONFIGURATION: Release -container: - image: registry.gitlab.com/cafstep/dotvvm-test/dotvvm - jobs: - job: build-crossplatform + container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm steps: - script: npm ci --cache $(DOTVVM_ROOT)/.npm --prefer-offline workingDirectory: src/DotVVM.Framework