Submission through Gitlab

Is there a way to submit directly through gitlab instead of the procedure listed in SUBMISSION.md?

Hi @kat,

I assume you are referring to make the submission flow, after pushing your code to GitLab?

Yes, you can do it via web UI as well.

1. Create a new tag

2. The tag needs to start with submission-, and it will create a submission for you.


Editing code in web UI

NOTE: You can edit code in web UI as well using “Web IDE” button in your repository.

But it isn’t recommended due to following reasons:

  1. You may want to test your code locally before submitting it.
  2. Larger files need to be uploaded via git-lfs which isn’t possible by web UI. (which is common use case)

I hope it helps! :smiley:

1 Like

This is great! Thanks :grinning: