Commit 4e02c59d authored by James Kirk's avatar James Kirk
Browse files

Merge branch 'gitlab-ci-testing' into 'dev'

gitlab-ci ready

See merge request !14
2 merge requests!15Resolve "Release v0.1",!14gitlab-ci ready
Pipeline #113957 passed with stages
in 59 seconds
include:
- project: communications-backbone-system/backbone-infrastructure-config
ref: master
file: gitlab/all.yml
variables:
CI_SKIP_DOCKER_TAG: 1
CI_SKIP_BUILD: 1
LINTER_IMAGE: node:18
yarn install
yarn copytests
yarn test
# Need to tidy up things with 'root' permissions in the docker container
# As can't do it on the gitlab runner
rm -rf node_modules test/features
find test/fixtures -name "*.json" -type f -delete
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment