Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,11 @@ # In this case we use the latest python docker image to build and test this project. #image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:latest #services: # - docker:dind variables: DOCKER_DRIVER: overlay2 services: - docker:dind # TODO: add file for LOW project include: - local: csp-lmc-common/.gitlab-ci.yml Loading Loading
.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,11 @@ # In this case we use the latest python docker image to build and test this project. #image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:latest #services: # - docker:dind variables: DOCKER_DRIVER: overlay2 services: - docker:dind # TODO: add file for LOW project include: - local: csp-lmc-common/.gitlab-ci.yml Loading