Commit 6464a703 authored by Matteo04052017's avatar Matteo04052017
Browse files

.

parent 16f6c3bd
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ before_script:
# You can specify an unlimited number of jobs which are defined as top-level elements with an arbitrary name and always have to contain at least the script clause.
# 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. 
pages:
test:
  tags:
   - docker-executor
  script:
@@ -32,6 +32,14 @@ pages:
    paths:
    - public
    
pages:
  dependencies:
    - test
  artifacts:
    paths:
      - public
    expire_in: 30 days
     
code_quality:
  image: docker:stable
  variables: