Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Closed Benedikt Heinrichs requested to merge xxxx-codequality into master
+ 2
15
@@ -3,18 +3,5 @@ include:
file:
- /docker-runner.yml
- /nodejs.yml
stages:
- build
# there are more stages in the imported file but we only want to import some
# - test
- publish
build-branch:
extends: .build-branch
build-npm-release:
extends: .build-npm-release
publish-gitlab:
extends: .publish-gitlab-release
- template: Code-Quality.gitlab-ci.yml
Loading