Iterating through conditions

I have a list of lists, each list containing parameters for a certain condition. I want to iterate through the list of lists, so that each list is used once in my experiment. In total, I have 40 different conditions and I want to present each one 3 times. My current list has a length of 120 since I have each condition repeated three times.

What is the best way to do this?