aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 591ccc803d87f94bf6268db2f0e9497f86489b75 (plain) (blame)
1
2
3
4
5
python:
 image: python:latest
 script:
  - time python ./python/sudoku.py $(shuf -n 10 sudoku.sdm)