Skip to content

Commit

Permalink
enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 12, 2024
1 parent 0bee380 commit dbd9ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/{{ cookiecutter.__folder_name }}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ check-frontend:
stage: test
before_script:
- apk add --no-cache make bash python3 ncurses openssh-client-common git
- corepack enable
script:
- cd frontend
- make install
Expand All @@ -55,6 +56,7 @@ test-frontend:
stage: test
before_script:
- apk add --no-cache make bash python3 ncurses openssh-client-common git
- corepack enable
script:
- cd frontend
- make install
Expand Down

0 comments on commit dbd9ad1

Please sign in to comment.