Skip to content

Commit

Permalink
Do clean install to remove local node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zabil committed May 16, 2024
1 parent 5fd2046 commit 09c12af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM getgauge/taiko

ADD . /gauge

CMD npm install && npm test
CMD npm ci && npm test

0 comments on commit 09c12af

Please sign in to comment.