In the root of your project, add .gitlab-ci.yml with the configuration below.
image: node:latest
stages:| /* | |
| * =================================================== | |
| * contents | |
| * =================================================== | |
| * 00- Free draw | |
| * 01- rubber | |
| * 02- draw Line | |
| * 03- draw Rectangele | |
| * 04- draw Circle | |
| * 05- draw Ellipse |