diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0157e732ce23c12171be61baa0a5daccd8ccf849..b82728d5f406cfcfe9234b40482d6b63f1c76b2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,6 @@ -image: trion/ng-cli-karma +stages: + - test -cache: - paths: - - node_modules/ - -deploy_stage: - stage: deploy - environment: Stage - only: - - master - script: - - rm ./package-lock.json - - npm install - - ./node_modules/@angular/cli/bin/ng build --progress false --prod --base-href=/sv2/ +test: + stage: test + script: echo "Running test"