Skip to content

Commit ae7b5c0

Browse files
committed
DAG steps
1 parent c9635d8 commit ae7b5c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ frontend-installation:
1515

1616
frontend-lint:
1717
stage: lint
18+
needs: ["frontend-installation"]
1819
script:
1920
- cd frontend
2021
- ./node_modules/.bin/eslint ./
@@ -30,6 +31,7 @@ backend-installation:
3031

3132
backend-lint:
3233
stage: lint
34+
needs: ["backend-installation"]
3335
allow_failure: true
3436
script:
3537
- cd backend

0 commit comments

Comments
 (0)