Skip to content

Commit

Permalink
test other image to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnesToulet committed Nov 10, 2023
1 parent 307a00c commit 730f01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drone/common.star
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def e2e_setup_step():
def tests_step():
return {
'name': 'yarn-test',
'image': ci_image,
'image': 'grafana/docker-puppeteer:1.1.0',
'depends_on': ['wait-for-grafana', 'yarn-build'],
'commands': [
'. ~/.init-nvm.sh',
Expand Down

0 comments on commit 730f01d

Please sign in to comment.