diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ac69b740a54a17fc241fee31374f761bc7f2f52..de8aa22d2ff408ec086383991cde55058b4eb2b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ +# The Docker image that will be used to build your app image: beagle/sphinx-build-env:latest - pages: tags: - docker-amd64 @@ -7,4 +7,4 @@ pages: - "./gitlab-build.sh" artifacts: paths: - - public \ No newline at end of file + - public