Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ before_script: # In this case we have only the test job which produce an artifacts (it must be placed into a directory called "public") # It is also specified that only the master branch will be subject of this job. test: tags: - docker-machine # tags: # - docker-machine script: - make build - make test Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ before_script: # In this case we have only the test job which produce an artifacts (it must be placed into a directory called "public") # It is also specified that only the master branch will be subject of this job. test: tags: - docker-machine # tags: # - docker-machine script: - make build - make test Loading