Commit 942f4996 authored by Matteo04052017's avatar Matteo04052017
Browse files

.

parent c4084946
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -15,11 +15,16 @@ before_script:
  - pip install pipenv
  - pipenv install

stages:
  - test
  - deploy

# The YAML file defines a set of jobs with constraints stating when they should be run. 
# 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. 
test:
  stage: test
  tags:
   - docker-executor
  script:
@@ -33,6 +38,7 @@ test:
    # - public
    
pages:
  stage: deploy
  dependencies:
    - test
  script: