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: include:
- local: /config/gitlab/ci-tools.yml - local: /.gitlab/ci-tools.yml
- local: /config/gitlab/ci-rules.yml - local: /.gitlab/ci-rules.yml
stages: stages:
- status-pre - status-pre
@ -15,7 +15,7 @@ build-node:
- .build-node - .build-node
script: script:
- make ci - make ci-full
artifacts: artifacts:
when: always when: always