Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit d9968b7a authored by gwilliams_c's avatar gwilliams_c
Browse files

Update Jenkinsfile

parent 4d8c3967
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ node('docker') {
stage('Build Docker'){
sh 'docker build .'
sh 'docker build -f CI/PSI/Dockerfile.test .'
}
stage('Unit Test Catanie '){
sh 'docker run --privileged -t catanie_test npm run -- ng test --watch false --single-run true --sourcemap false'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment