Skip to content

Temporarily removed doc update stage for the CI/CD

Khoa Nguyen requested to merge feature/gitlab-ci-cd into master

Image: Java:8

I am using java 8 image for now as deploying it to docker container on GitLab would be later in the development stage and would requires much more team coordination to do so

Stages

  • build check for dependencies and compiling the project in general
  • test running tests for the project for quality assurance

Additional feature(s)

  • Implemented JUnit dependencies so that it would run with test stage

Merge request reports