Skip to content

Commit 0bf47d6

Browse files
committed
added gitlab CL configs
1 parent 0ef02a4 commit 0bf47d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ variables:
1212
POSTGRES_USER: codex-coder
1313
POSTGRES_PASSWORD: "pg123"
1414

15+
build:
16+
stage: build
17+
script:
18+
- npm install
19+
1520
test:
1621
stage: test
1722
script:

0 commit comments

Comments
 (0)