@@ -46,13 +46,10 @@ node{
stage('stage 2bis'){
sh 'ls -ls'
}
-
- stage('bzip2'){
- sh 'apt-get update && apt-get install -y bzip2'
- }
stage('Test') {
dir("${env.WORKSPACE}/angular-client") {
+ sh'npm install phantomjs-prebuilt@2.1.13 --ignore-scripts'
sh 'npm i @angular-devkit/build-angular@0.901.15'
try {