Skip to content

Commit

Permalink
modify the gitlab ci pipeline to also include the obj directories
Browse files Browse the repository at this point in the history
this is required to successfully execute the unit tests
  • Loading branch information
rgl committed Nov 17, 2023
1 parent 5c84131 commit 0dc87d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build:
expire_in: 1 week
paths:
- '*/bin'
- '*/obj'

test:
tags:
Expand Down

0 comments on commit 0dc87d0

Please sign in to comment.