| 
					
				 | 
			
			
				@@ -51,6 +51,7 @@ before_script: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 script: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # Link our repo to the modules directory 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - mv ../tripal sites/all/modules/tripal 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  - curl http://localhost:8080 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # Run a docker container with tripal 2 pre-installed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - docker run -it -d --rm --name tripal2 -v "$(pwd)/tripal":/modules/tripal statonlab/tripal2 
			 |