diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 2c3664eda5ed2493b060770a505f8c90a07b444e..5665954a82d2e08abc4eebd048ebc226ce3adb2e 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -938,7 +938,7 @@ argp.add_argument('--compiler',
                            'clang3.4', 'clang3.5', 'clang3.6', 'clang3.7',
                            'vs2010', 'vs2013', 'vs2015',
                            'python2.7', 'python3.4',
-                           'node0.12', 'node4', 'node5',
+                           'node0.12', 'node4', 'node5', 'node6',
                            'coreclr'],
                   default='default',
                   help='Selects compiler to use. Allowed values depend on the platform and language.')