This sample project resolves dependencies from Artifactory and deploys the build artifacts to Artifactory.
Artifactory Pro / Artifactory SAAS
In the Docker project, configure the following Artifactory credentials, under CI/CD Settings > Secret variables: ARTIFACTORY_URL, ARTIFACTORY_USER, ARTIFACTORY_PASS, ARTIFACTORY_DOCKER_REPOSITORY and DOCKER_REPOSITORY_KEY.

Place a .gitlab-ci.yml file in the root of your project, as used in this sample project.
You can view the published artifacts and build information in Artifactory.
