1
0
Fork 0

fix(build): swap in standard build

This commit is contained in:
Sean Sube 2022-10-08 14:30:53 -05:00
parent a9d49cd41d
commit c83651d320
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
include:
- local: /config/gitlab/ci-tools.yml
- local: /config/gitlab/ci-rules.yml
- local: /.gitlab/ci-tools.yml
- local: /.gitlab/ci-rules.yml
stages:
- status-pre
@ -15,7 +15,7 @@ build-node:
- .build-node
script:
- make ci
- make ci-full
artifacts:
when: always