diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcd756e..1b49544 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,6 @@ # can use verions as well, like gcc:5.2 # see https://hub.docker.com/_/gcc/ - build: image: gcc stage: build @@ -32,16 +31,16 @@ plots: artifacts: paths: - public - + pages: stage: deploy dependencies: - build - plots script: - - "" + - "" artifacts: paths: - public only: - - master \ No newline at end of file + - main